Html Css Color HEX #6A0082 Purple

📋 copy color: '#6A0082'

red 106 ◦ green 0 ◦ blue 130

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

Shades of Purple #6A0082

Tints of Purple #6A0082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 55.08%

R = 44.92%
G = 0%
B = 55.08%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6A0082 (or 0x6A0082) is known color: Purple. HEX triplet: 6A, 00 and 82. RGB value is (106,0,130). Sum of RGB (Red+Green+Blue) = 106+0+130=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A0082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0082 is #95FF7D. Grayscale: #2E2E2E. Windows color (decimal): -9830270 or 8519786. OLE color: 8519786.

HSL color Cylindrical-coordinate representation of color #6A0082: hue angle of 288.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0082 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 0 130 -
CMYK 0.18 1 0 0.49
HSL 288.92º 1% 0.25% -
HSV(B) 288.92º 1% 0.51% -
XYZ 9.97 4.68 21.5 -
YUV 46.51 175.12 170.43 -
System Red Green Blue C M Y K H S L
Decimal 106 0 130 0.18 1 0 0.49 288.92 1 0.25
Hex 6A 0 82 12 64 0 31 121 64 19
Octal 152 0 202 22 144 0 61 441 144 31
Binary 1101010 0 10000010 10010 1100100 0 110001 100100001 1100100 11001

Color Harmonies of #6A0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0082

Black with #6A0082

Text Example


Text Example

White with #6A0082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,0,130); }

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

background-color css

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

 a { background-color: rgb(106,0,130); }

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

border-color css

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

 span { border-color: rgb(106,0,130); }

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