Html Css Color HEX #6A0063 Purple

📋 copy color: '#6A0063'

red 106 ◦ green 0 ◦ blue 99

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

Shades of Purple #6A0063

Tints of Purple #6A0063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 48.29%

R = 51.71%
G = 0%
B = 48.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6A0063 (or 0x6A0063) is known color: Purple. HEX triplet: 6A, 00 and 63. RGB value is (106,0,99). Sum of RGB (Red+Green+Blue) = 106+0+99=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0063 is #95FF9C. Grayscale: #2A2A2A. Windows color (decimal): -9830301 or 6488170. OLE color: 6488170.

HSL color Cylindrical-coordinate representation of color #6A0063: hue angle of 303.96º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0063 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 0 99 -
CMYK 0 1 0.07 0.58
HSL 303.96º 1% 0.21% -
HSV(B) 303.96º 1% 0.42% -
XYZ 8.2 3.97 12.14 -
YUV 42.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 106 0 99 0 1 0.07 0.58 303.96 1 0.21
Hex 6A 0 63 0 64 7 3A 130 64 15
Octal 152 0 143 0 144 7 72 460 144 25
Binary 1101010 0 1100011 0 1100100 111 111010 100110000 1100100 10101

Color Harmonies of #6A0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0063

Black with #6A0063

Text Example


Text Example

White with #6A0063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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