Html Css Color HEX #6A0971 Purple

📋 copy color: '#6A0971'

red 106 ◦ green 9 ◦ blue 113

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

Shades of Purple #6A0971

Tints of Purple #6A0971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.95%

 BLUE value IS 113 (44.53% from 255) = 49.56%

R = 46.49%
G = 3.95%
B = 49.56%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A0971 (or 0x6A0971) is known color: Purple. HEX triplet: 6A, 09 and 71. RGB value is (106,9,113). Sum of RGB (Red+Green+Blue) = 106+9+113=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A0971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0971 is #95F68E. Grayscale: #313131. Windows color (decimal): -9827983 or 7407978. OLE color: 7407978.

HSL color Cylindrical-coordinate representation of color #6A0971: hue angle of 295.96º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0971 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 9 113 -
CMYK 0.06 0.92 0 0.56
HSL 295.96º 0.85% 0.24% -
HSV(B) 295.96º 0.92% 0.44% -
XYZ 9.02 4.45 16.01 -
YUV 49.86 163.64 168.04 -
System Red Green Blue C M Y K H S L
Decimal 106 9 113 0.06 0.92 0 0.56 295.96 0.85 0.24
Hex 6A 9 71 6 5C 0 38 128 55 18
Octal 152 11 161 6 134 0 70 450 125 30
Binary 1101010 1001 1110001 110 1011100 0 111000 100101000 1010101 11000

Color Harmonies of #6A0971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0971

Black with #6A0971

Text Example


Text Example

White with #6A0971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,9,113); }

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

background-color css

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

 a { background-color: rgb(106,9,113); }

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

border-color css

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

 span { border-color: rgb(106,9,113); }

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