Html Css Color HEX #6600B2 Purple Heart

📋 copy color: '#6600B2'

red 102 ◦ green 0 ◦ blue 178

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

Shades of Purple Heart #6600B2

Tints of Purple Heart #6600B2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 178 (69.92% from 255) = 63.57%

R = 36.43%
G = 0%
B = 63.57%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6600B2 (or 0x6600B2) is known color: Purple Heart. HEX triplet: 66, 00 and B2. RGB value is (102,0,178). Sum of RGB (Red+Green+Blue) = 102+0+178=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 178 (69.92% from 255 or 63.57% from 280); Max value from RGB is 178 - color contains mainly: blue. Hex color #6600B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6600B2 is #99FF4D. Grayscale: #323232. Windows color (decimal): -10092366 or 11665510. OLE color: 11665510.

HSL color Cylindrical-coordinate representation of color #6600B2: hue angle of 274.38º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600B2 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 0 178 -
CMYK 0.43 1 0 0.30
HSL 274.38º 1% 0.35% -
HSV(B) 274.38º 1% 0.7% -
XYZ 13.52 6.04 42.57 -
YUV 50.79 199.79 164.53 -
System Red Green Blue C M Y K H S L
Decimal 102 0 178 0.43 1 0 0.30 274.38 1 0.35
Hex 66 0 B2 2B 64 0 1E 112 64 23
Octal 146 0 262 53 144 0 36 422 144 43
Binary 1100110 0 10110010 101011 1100100 0 11110 100010010 1100100 100011

Color Harmonies of #6600B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6600B2

Black with #6600B2

Text Example


Text Example

White with #6600B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6600B2; }

 p { color: rgb(102,0,178); }

 H1.HeaderClassName
 {
   color: #6600B2;
 }
 .AnyTagClassName
 {
   color: #6600B2;
 }
</style>

background-color css

<style>
 a { background-color: #6600B2; }

 a { background-color: rgb(102,0,178); }

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

border-color css

<style>
 span { border-color: #6600B2; }

 span { border-color: rgb(102,0,178); }

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