#6924d2

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

Shades of Purple Heart #6924D2

Tints of Purple Heart #6924D2

Color information

#6924D2 (or 0x6924D2) is unknown color: approx Purple Heart. HEX triplet: 69, 24 and D2. RGB value is (105,36,210). Sum of RGB (Red+Green+Blue) = 105+36+210=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 210 (82.42% from 255 or 59.83% from 351); Max value from RGB is 210 - color contains mainly: blue. Hex color #6924D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6924D2 is #96DB2D. Grayscale: #4B4B4B. Windows color (decimal): -9886510 or 13771881. OLE color: 13771881.

HSL color Cylindrical-coordinate representation of color #6924D2: hue angle of 263.79º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6924D2 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10536210-
CMYK0.500.8300.18
HSL263.79º70.73%48.24%-
HSV(B)263.79º82.86%82.35%-
XYZ18.098.9261.74-
YUV76.47203.36148.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 36 (14.45% from 255) = 10.26%
BLUE value IS 210 (82.42% from 255) = 59.83%
R=29.91%
G=10.26%
B=59.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105362100.500.8300.18263.7970.7348.24
Hex6924D232530121084730
Octal151443226212302241010760
Binary11010011001001101001011001010100110100101000010001000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6924d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6924d2; }

 p { color: rgb(105,36,210); }

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

<style>
 a { background-color: #6924d2; }

 a { background-color: rgb(105,36,210); }

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

<style>
 span { border-color: #6924d2; }

 span { border-color: rgb(105,36,210); }

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