Html Css Color HEX #6A0C89 Purple

📋 copy color: '#6A0C89'

red 106 ◦ green 12 ◦ blue 137

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

Shades of Purple #6A0C89

Tints of Purple #6A0C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.71%

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 41.57%
G = 4.71%
B = 53.73%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A0C89 (or 0x6A0C89) is known color: Purple. HEX triplet: 6A, 0C and 89. RGB value is (106,12,137). Sum of RGB (Red+Green+Blue) = 106+12+137=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A0C89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0C89 is #95F376. Grayscale: #353535. Windows color (decimal): -9827191 or 8981610. OLE color: 8981610.

HSL color Cylindrical-coordinate representation of color #6A0C89: hue angle of 285.12º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A0C89 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 12 137 -
CMYK 0.23 0.91 0 0.46
HSL 285.12º 0.84% 0.29% -
HSV(B) 285.12º 0.91% 0.54% -
XYZ 10.59 5.13 24.1 -
YUV 54.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 106 12 137 0.23 0.91 0 0.46 285.12 0.84 0.29
Hex 6A C 89 17 5B 0 2E 11D 54 1D
Octal 152 14 211 27 133 0 56 435 124 35
Binary 1101010 1100 10001001 10111 1011011 0 101110 100011101 1010100 11101

Color Harmonies of #6A0C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0C89

Black with #6A0C89

Text Example


Text Example

White with #6A0C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,12,137); }

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

background-color css

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

 a { background-color: rgb(106,12,137); }

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

border-color css

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

 span { border-color: rgb(106,12,137); }

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