Html Css Color HEX #6A0266 Purple

📋 copy color: '#6A0266'

red 106 ◦ green 2 ◦ blue 102

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

Shades of Purple #6A0266

Tints of Purple #6A0266

RGB

 RED value IS 106 (41.8% from 255) = 50.48%

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 50.48%
G = 0.95%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6A0266 (or 0x6A0266) is known color: Purple. HEX triplet: 6A, 02 and 66. RGB value is (106,2,102). Sum of RGB (Red+Green+Blue) = 106+2+102=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0266 is #95FD99. Grayscale: #2C2C2C. Windows color (decimal): -9829786 or 6685290. OLE color: 6685290.

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

Color convert

RGB 106 2 102 -
CMYK 0 0.98 0.04 0.58
HSL 302.31º 0.96% 0.21% -
HSV(B) 302.31º 0.98% 0.42% -
XYZ 8.36 4.07 12.91 -
YUV 44.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 106 2 102 0 0.98 0.04 0.58 302.31 0.96 0.21
Hex 6A 2 66 0 62 4 3A 12E 60 15
Octal 152 2 146 0 142 4 72 456 140 25
Binary 1101010 10 1100110 0 1100010 100 111010 100101110 1100000 10101

Color Harmonies of #6A0266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0266

Black with #6A0266

Text Example


Text Example

White with #6A0266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,2,102); }

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

background-color css

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

 a { background-color: rgb(106,2,102); }

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

border-color css

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

 span { border-color: rgb(106,2,102); }

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