#6903CC

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

Shades of Purple Heart #6903CC

Tints of Purple Heart #6903CC

Color information

#6903CC (or 0x6903CC) is unknown color: approx Purple Heart. HEX triplet: 69, 03 and CC. RGB value is (105,3,204). Sum of RGB (Red+Green+Blue) = 105+3+204=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #6903CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6903CC is #96FC33. Grayscale: #373737. Windows color (decimal): -9894964 or 13370217. OLE color: 13370217.

HSL color Cylindrical-coordinate representation of color #6903CC: hue angle of 270.45º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6903CC is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1053204-
CMYK0.490.9900.2
HSL270.45º97.1%40.59%-
HSV(B)270.45º98.53%80%-
XYZ16.767.4357.68-
YUV56.41211.29162.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 204 (80.08% from 255) = 65.38%
R=33.65%
G=0.96%
B=65.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10532040.490.9900.2270.4597.140.59
Hex693CC316301410e6129
Octal15133146114302441614151
Binary1101001111100110011000111000110101001000011101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6903CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6903CC; }

 p { color: rgb(105,3,204); }

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

<style>
 a { background-color: #6903CC; }

 a { background-color: rgb(105,3,204); }

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

<style>
 span { border-color: #6903CC; }

 span { border-color: rgb(105,3,204); }

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