#6930DE

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

Shades of Purple Heart #6930DE

Tints of Purple Heart #6930DE

Color information

#6930DE (or 0x6930DE) is unknown color: approx Purple Heart. HEX triplet: 69, 30 and DE. RGB value is (105,48,222). Sum of RGB (Red+Green+Blue) = 105+48+222=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #6930DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6930DE is #96CF21. Grayscale: #545454. Windows color (decimal): -9883426 or 14561385. OLE color: 14561385.

HSL color Cylindrical-coordinate representation of color #6930DE: hue angle of 259.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6930DE is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10548222-
CMYK0.530.7800.13
HSL259.66º72.5%52.94%-
HSV(B)259.66º78.38%87.06%-
XYZ20.0710.3970.06-
YUV84.88205.38142.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 48 (19.14% from 255) = 12.8%
BLUE value IS 222 (87.11% from 255) = 59.2%
R=28%
G=12.8%
B=59.2%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105482220.530.7800.13259.6672.552.94
Hex6930DE354E0D1044835
Octal151603366511601540411065
Binary1101001110000110111101101011001110011011000001001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6930DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6930DE; }

 p { color: rgb(105,48,222); }

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

<style>
 a { background-color: #6930DE; }

 a { background-color: rgb(105,48,222); }

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

<style>
 span { border-color: #6930DE; }

 span { border-color: rgb(105,48,222); }

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