Html Css Color HEX #6B0066 Purple

📋 copy color: '#6B0066'

red 107 ◦ green 0 ◦ blue 102

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

Shades of Purple #6B0066

Tints of Purple #6B0066

RGB

 RED value IS 107 (42.19% from 255) = 51.2%

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

 BLUE value IS 102 (40.23% from 255) = 48.8%

R = 51.2%
G = 0%
B = 48.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6B0066 (or 0x6B0066) is known color: Purple. HEX triplet: 6B, 00 and 66. RGB value is (107,0,102). Sum of RGB (Red+Green+Blue) = 107+0+102=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0066 is #94FF99. Grayscale: #2B2B2B. Windows color (decimal): -9764762 or 6684779. OLE color: 6684779.

HSL color Cylindrical-coordinate representation of color #6B0066: hue angle of 302.8º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0066 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 0 102 -
CMYK 0 1 0.05 0.58
HSL 302.8º 1% 0.21% -
HSV(B) 302.8º 1% 0.42% -
XYZ 8.46 4.09 12.91 -
YUV 43.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 107 0 102 0 1 0.05 0.58 302.8 1 0.21
Hex 6B 0 66 0 64 5 3A 12F 64 15
Octal 153 0 146 0 144 5 72 457 144 25
Binary 1101011 0 1100110 0 1100100 101 111010 100101111 1100100 10101

Color Harmonies of #6B0066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0066

Black with #6B0066

Text Example


Text Example

White with #6B0066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B0066; }

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

 H1.HeaderClassName
 {
   color: #6B0066;
 }
 .AnyTagClassName
 {
   color: #6B0066;
 }
</style>

background-color css

<style>
 a { background-color: #6B0066; }

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

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

border-color css

<style>
 span { border-color: #6B0066; }

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

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