Html Css Color HEX #6603BE Purple Heart

📋 copy color: '#6603BE'

red 102 ◦ green 3 ◦ blue 190

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

Shades of Purple Heart #6603BE

Tints of Purple Heart #6603BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.41%

R = 34.58%
G = 1.02%
B = 64.41%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6603BE (or 0x6603BE) is known color: Purple Heart. HEX triplet: 66, 03 and BE. RGB value is (102,3,190). Sum of RGB (Red+Green+Blue) = 102+3+190=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #6603BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6603BE is #99FC41. Grayscale: #353535. Windows color (decimal): -10091586 or 12452710. OLE color: 12452710.

HSL color Cylindrical-coordinate representation of color #6603BE: hue angle of 271.76º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6603BE is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 3 190 -
CMYK 0.46 0.98 0 0.25
HSL 271.76º 0.97% 0.38% -
HSV(B) 271.76º 0.98% 0.75% -
XYZ 14.81 6.61 49.21 -
YUV 53.92 204.8 162.29 -
System Red Green Blue C M Y K H S L
Decimal 102 3 190 0.46 0.98 0 0.25 271.76 0.97 0.38
Hex 66 3 BE 2E 62 0 19 110 61 26
Octal 146 3 276 56 142 0 31 420 141 46
Binary 1100110 11 10111110 101110 1100010 0 11001 100010000 1100001 100110

Color Harmonies of #6603BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6603BE

Black with #6603BE

Text Example


Text Example

White with #6603BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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