Html Css Color HEX #6A0073 Purple

📋 copy color: '#6A0073'

red 106 ◦ green 0 ◦ blue 115

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

Shades of Purple #6A0073

Tints of Purple #6A0073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 47.96%
G = 0%
B = 52.04%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A0073 (or 0x6A0073) is known color: Purple. HEX triplet: 6A, 00 and 73. RGB value is (106,0,115). Sum of RGB (Red+Green+Blue) = 106+0+115=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A0073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0073 is #95FF8C. Grayscale: #2C2C2C. Windows color (decimal): -9830285 or 7536746. OLE color: 7536746.

HSL color Cylindrical-coordinate representation of color #6A0073: hue angle of 295.3º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0073 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 0 115 -
CMYK 0.08 1 0 0.55
HSL 295.3º 1% 0.23% -
HSV(B) 295.3º 1% 0.45% -
XYZ 9.04 4.3 16.57 -
YUV 44.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 106 0 115 0.08 1 0 0.55 295.3 1 0.23
Hex 6A 0 73 8 64 0 37 127 64 17
Octal 152 0 163 10 144 0 67 447 144 27
Binary 1101010 0 1110011 1000 1100100 0 110111 100100111 1100100 10111

Color Harmonies of #6A0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0073

Black with #6A0073

Text Example


Text Example

White with #6A0073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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