Html Css Color HEX #6A0470 Purple

📋 copy color: '#6A0470'

red 106 ◦ green 4 ◦ blue 112

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

Shades of Purple #6A0470

Tints of Purple #6A0470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 47.75%
G = 1.8%
B = 50.45%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A0470 (or 0x6A0470) is known color: Purple. HEX triplet: 6A, 04 and 70. RGB value is (106,4,112). Sum of RGB (Red+Green+Blue) = 106+4+112=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A0470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0470 is #95FB8F. Grayscale: #2E2E2E. Windows color (decimal): -9829264 or 7341162. OLE color: 7341162.

HSL color Cylindrical-coordinate representation of color #6A0470: hue angle of 296.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0470 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 4 112 -
CMYK 0.05 0.96 0 0.56
HSL 296.67º 0.93% 0.23% -
HSV(B) 296.67º 0.96% 0.44% -
XYZ 8.91 4.32 15.69 -
YUV 46.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 106 4 112 0.05 0.96 0 0.56 296.67 0.93 0.23
Hex 6A 4 70 5 60 0 38 129 5D 17
Octal 152 4 160 5 140 0 70 451 135 27
Binary 1101010 100 1110000 101 1100000 0 111000 100101001 1011101 10111

Color Harmonies of #6A0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0470

Black with #6A0470

Text Example


Text Example

White with #6A0470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,4,112); }

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

background-color css

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

 a { background-color: rgb(106,4,112); }

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

border-color css

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

 span { border-color: rgb(106,4,112); }

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