Html Css Color HEX #6603BB Purple Heart

📋 copy color: '#6603BB'

red 102 ◦ green 3 ◦ blue 187

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

Shades of Purple Heart #6603BB

Tints of Purple Heart #6603BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.04%

R = 34.93%
G = 1.03%
B = 64.04%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6603BB (or 0x6603BB) is known color: Purple Heart. HEX triplet: 66, 03 and BB. RGB value is (102,3,187). Sum of RGB (Red+Green+Blue) = 102+3+187=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #6603BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6603BB is #99FC44. Grayscale: #343434. Windows color (decimal): -10091589 or 12256102. OLE color: 12256102.

HSL color Cylindrical-coordinate representation of color #6603BB: hue angle of 272.28º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6603BB is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 3 187 -
CMYK 0.45 0.98 0 0.27
HSL 272.28º 0.97% 0.37% -
HSV(B) 272.28º 0.98% 0.73% -
XYZ 14.48 6.48 47.5 -
YUV 53.58 203.3 162.54 -
System Red Green Blue C M Y K H S L
Decimal 102 3 187 0.45 0.98 0 0.27 272.28 0.97 0.37
Hex 66 3 BB 2D 62 0 1B 110 61 25
Octal 146 3 273 55 142 0 33 420 141 45
Binary 1100110 11 10111011 101101 1100010 0 11011 100010000 1100001 100101

Color Harmonies of #6603BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6603BB

Black with #6603BB

Text Example


Text Example

White with #6603BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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