Html Css Color HEX #6A036C Purple

📋 copy color: '#6A036C'

red 106 ◦ green 3 ◦ blue 108

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

Shades of Purple #6A036C

Tints of Purple #6A036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

 BLUE value IS 108 (42.58% from 255) = 49.77%

R = 48.85%
G = 1.38%
B = 49.77%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6A036C (or 0x6A036C) is known color: Purple. HEX triplet: 6A, 03 and 6C. RGB value is (106,3,108). Sum of RGB (Red+Green+Blue) = 106+3+108=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A036C is #95FC93. Grayscale: #2D2D2D. Windows color (decimal): -9829524 or 7078762. OLE color: 7078762.

HSL color Cylindrical-coordinate representation of color #6A036C: hue angle of 298.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A036C is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 3 108 -
CMYK 0.02 0.97 0 0.58
HSL 298.86º 0.95% 0.22% -
HSV(B) 298.86º 0.97% 0.42% -
XYZ 8.68 4.21 14.54 -
YUV 45.77 163.12 170.96 -
System Red Green Blue C M Y K H S L
Decimal 106 3 108 0.02 0.97 0 0.58 298.86 0.95 0.22
Hex 6A 3 6C 2 61 0 3A 12B 5F 16
Octal 152 3 154 2 141 0 72 453 137 26
Binary 1101010 11 1101100 10 1100001 0 111010 100101011 1011111 10110

Color Harmonies of #6A036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A036C

Black with #6A036C

Text Example


Text Example

White with #6A036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,3,108); }

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

background-color css

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

 a { background-color: rgb(106,3,108); }

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

border-color css

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

 span { border-color: rgb(106,3,108); }

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