Html Css Color HEX #6A0264 Purple

📋 copy color: '#6A0264'

red 106 ◦ green 2 ◦ blue 100

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

Shades of Purple #6A0264

Tints of Purple #6A0264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 48.08%

R = 50.96%
G = 0.96%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6A0264 (or 0x6A0264) is known color: Purple. HEX triplet: 6A, 02 and 64. RGB value is (106,2,100). Sum of RGB (Red+Green+Blue) = 106+2+100=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0264 is #95FD9B. Grayscale: #2B2B2B. Windows color (decimal): -9829788 or 6554218. OLE color: 6554218.

HSL color Cylindrical-coordinate representation of color #6A0264: hue angle of 303.46º 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 #6A0264 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 2 100 -
CMYK 0 0.98 0.06 0.58
HSL 303.46º 0.96% 0.21% -
HSV(B) 303.46º 0.98% 0.42% -
XYZ 8.27 4.03 12.4 -
YUV 44.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 106 2 100 0 0.98 0.06 0.58 303.46 0.96 0.21
Hex 6A 2 64 0 62 6 3A 12F 60 15
Octal 152 2 144 0 142 6 72 457 140 25
Binary 1101010 10 1100100 0 1100010 110 111010 100101111 1100000 10101

Color Harmonies of #6A0264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0264

Black with #6A0264

Text Example


Text Example

White with #6A0264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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