Html Css Color HEX #6606BE Purple Heart

📋 copy color: '#6606BE'

red 102 ◦ green 6 ◦ blue 190

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

Shades of Purple Heart #6606BE

Tints of Purple Heart #6606BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

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

R = 34.23%
G = 2.01%
B = 63.76%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6606BE (or 0x6606BE) is known color: Purple Heart. HEX triplet: 66, 06 and BE. RGB value is (102,6,190). Sum of RGB (Red+Green+Blue) = 102+6+190=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #6606BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6606BE is #99F941. Grayscale: #373737. Windows color (decimal): -10090818 or 12453478. OLE color: 12453478.

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

Color convert

RGB 102 6 190 -
CMYK 0.46 0.97 0 0.25
HSL 271.3º 0.94% 0.38% -
HSV(B) 271.3º 0.97% 0.75% -
XYZ 14.84 6.67 49.22 -
YUV 55.68 203.8 161.04 -
System Red Green Blue C M Y K H S L
Decimal 102 6 190 0.46 0.97 0 0.25 271.3 0.94 0.38
Hex 66 6 BE 2E 61 0 19 10F 5E 26
Octal 146 6 276 56 141 0 31 417 136 46
Binary 1100110 110 10111110 101110 1100001 0 11001 100001111 1011110 100110

Color Harmonies of #6606BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6606BE

Black with #6606BE

Text Example


Text Example

White with #6606BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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