Html Css Color HEX #6603CF Purple Heart

📋 copy color: '#6603CF'

red 102 ◦ green 3 ◦ blue 207

#6603CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6603CF

Tints of Purple Heart #6603CF

RGB

 RED value IS 102 (40.23% from 255) = 32.69%

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 207 (81.25% from 255) = 66.35%

R = 32.69%
G = 0.96%
B = 66.35%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6603CF (or 0x6603CF) is known color: Purple Heart. HEX triplet: 66, 03 and CF. RGB value is (102,3,207). Sum of RGB (Red+Green+Blue) = 102+3+207=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #6603CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6603CF is #99FC30. Grayscale: #373737. Windows color (decimal): -10091569 or 13566822. OLE color: 13566822.

HSL color Cylindrical-coordinate representation of color #6603CF: hue angle of 269.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6603CF is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 3 207 -
CMYK 0.51 0.99 0 0.19
HSL 269.12º 0.97% 0.41% -
HSV(B) 269.12º 0.99% 0.81% -
XYZ 16.77 7.39 59.57 -
YUV 55.86 213.3 160.91 -
System Red Green Blue C M Y K H S L
Decimal 102 3 207 0.51 0.99 0 0.19 269.12 0.97 0.41
Hex 66 3 CF 33 63 0 13 10D 61 29
Octal 146 3 317 63 143 0 23 415 141 51
Binary 1100110 11 11001111 110011 1100011 0 10011 100001101 1100001 101001

Color Harmonies of #6603CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6603CF

Black with #6603CF

Text Example


Text Example

White with #6603CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6603CF; }

 p { color: rgb(102,3,207); }

 H1.HeaderClassName
 {
   color: #6603CF;
 }
 .AnyTagClassName
 {
   color: #6603CF;
 }
</style>

background-color css

<style>
 a { background-color: #6603CF; }

 a { background-color: rgb(102,3,207); }

 div.DivClassName
 {
   background-color: #6603CF;
 }
 .BgClassName
 {
   background-color: #6603CF;
 }
</style>

border-color css

<style>
 span { border-color: #6603CF; }

 span { border-color: rgb(102,3,207); }

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