#6921E0

Color #6921E0 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6921E0

Tints of Purple Heart #6921E0

Color information

#6921E0 (or 0x6921E0) is unknown color: approx Purple Heart. HEX triplet: 69, 21 and E0. RGB value is (105,33,224). Sum of RGB (Red+Green+Blue) = 105+33+224=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 224 (87.89% from 255 or 61.88% from 362); Max value from RGB is 224 - color contains mainly: blue. Hex color #6921E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6921E0 is #96DE1F. Grayscale: #4B4B4B. Windows color (decimal): -9887264 or 14688617. OLE color: 14688617.

HSL color Cylindrical-coordinate representation of color #6921E0: hue angle of 262.62º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6921E0 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10533224-
CMYK0.530.8500.12
HSL262.62º75.49%50.39%-
HSV(B)262.62º85.27%87.84%-
XYZ19.829.4771.3-
YUV76.3211.35148.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 33 (13.28% from 255) = 9.12%
BLUE value IS 224 (87.89% from 255) = 61.88%
R=29.01%
G=9.12%
B=61.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105332240.530.8500.12262.6275.4950.39
Hex6921E035550C1074b32
Octal151413406512501440711362
Binary1101001100001111000001101011010101011001000001111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6921E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6921E0; }

 p { color: rgb(105,33,224); }

 H1.HeaderClassName
 {
   color: #6921E0;
 }
 .AnyTagClassName
 {
   color: #6921E0;
 }
</style>
background-color css

<style>
 a { background-color: #6921E0; }

 a { background-color: rgb(105,33,224); }

 div.DivClassName
 {
   background-color: #6921E0;
 }
 .BgClassName
 {
   background-color: #6921E0;
 }
</style>
border-color css

<style>
 span { border-color: #6921E0; }

 span { border-color: rgb(105,33,224); }

 td.TdClassName
 {
   border-color: #6921E0;
 }
 .TagClassName
 {
   border-color: #6921E0;
 }
</style>