Html Css Color HEX #6A0272 Purple

📋 copy color: '#6A0272'

red 106 ◦ green 2 ◦ blue 114

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

Shades of Purple #6A0272

Tints of Purple #6A0272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.35%

R = 47.75%
G = 0.9%
B = 51.35%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A0272 (or 0x6A0272) is known color: Purple. HEX triplet: 6A, 02 and 72. RGB value is (106,2,114). Sum of RGB (Red+Green+Blue) = 106+2+114=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A0272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0272 is #95FD8D. Grayscale: #2D2D2D. Windows color (decimal): -9829774 or 7471722. OLE color: 7471722.

HSL color Cylindrical-coordinate representation of color #6A0272: hue angle of 295.71º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0272 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 2 114 -
CMYK 0.07 0.98 0 0.55
HSL 295.71º 0.97% 0.23% -
HSV(B) 295.71º 0.98% 0.45% -
XYZ 9 4.32 16.28 -
YUV 45.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 106 2 114 0.07 0.98 0 0.55 295.71 0.97 0.23
Hex 6A 2 72 7 62 0 37 128 61 17
Octal 152 2 162 7 142 0 67 450 141 27
Binary 1101010 10 1110010 111 1100010 0 110111 100101000 1100001 10111

Color Harmonies of #6A0272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0272

Black with #6A0272

Text Example


Text Example

White with #6A0272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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