Html Css Color HEX #6A0888 Purple

📋 copy color: '#6A0888'

red 106 ◦ green 8 ◦ blue 136

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

Shades of Purple #6A0888

Tints of Purple #6A0888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 42.4%
G = 3.2%
B = 54.4%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6A0888 (or 0x6A0888) is known color: Purple. HEX triplet: 6A, 08 and 88. RGB value is (106,8,136). Sum of RGB (Red+Green+Blue) = 106+8+136=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A0888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0888 is #95F777. Grayscale: #333333. Windows color (decimal): -9828216 or 8915050. OLE color: 8915050.

HSL color Cylindrical-coordinate representation of color #6A0888: hue angle of 285.94º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0888 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 8 136 -
CMYK 0.22 0.94 0 0.47
HSL 285.94º 0.89% 0.28% -
HSV(B) 285.94º 0.94% 0.53% -
XYZ 10.47 5.02 23.71 -
YUV 51.89 175.47 166.59 -
System Red Green Blue C M Y K H S L
Decimal 106 8 136 0.22 0.94 0 0.47 285.94 0.89 0.28
Hex 6A 8 88 16 5E 0 2F 11E 59 1C
Octal 152 10 210 26 136 0 57 436 131 34
Binary 1101010 1000 10001000 10110 1011110 0 101111 100011110 1011001 11100

Color Harmonies of #6A0888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0888

Black with #6A0888

Text Example


Text Example

White with #6A0888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,8,136); }

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

background-color css

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

 a { background-color: rgb(106,8,136); }

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

border-color css

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

 span { border-color: rgb(106,8,136); }

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