Html Css Color HEX #6C0089 Purple

📋 copy color: '#6C0089'

red 108 ◦ green 0 ◦ blue 137

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

Shades of Purple #6C0089

Tints of Purple #6C0089

RGB

 RED value IS 108 (42.58% from 255) = 44.08%

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

 BLUE value IS 137 (53.91% from 255) = 55.92%

R = 44.08%
G = 0%
B = 55.92%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C0089 (or 0x6C0089) is known color: Purple. HEX triplet: 6C, 00 and 89. RGB value is (108,0,137). Sum of RGB (Red+Green+Blue) = 108+0+137=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C0089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0089 is #93FF76. Grayscale: #2F2F2F. Windows color (decimal): -9699191 or 8978540. OLE color: 8978540.

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

Color convert

RGB 108 0 137 -
CMYK 0.21 1 0 0.46
HSL 287.3º 1% 0.27% -
HSV(B) 287.3º 1% 0.54% -
XYZ 10.7 4.99 24.07 -
YUV 47.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 108 0 137 0.21 1 0 0.46 287.3 1 0.27
Hex 6C 0 89 15 64 0 2E 11F 64 1B
Octal 154 0 211 25 144 0 56 437 144 33
Binary 1101100 0 10001001 10101 1100100 0 101110 100011111 1100100 11011

Color Harmonies of #6C0089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0089

Black with #6C0089

Text Example


Text Example

White with #6C0089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,0,137); }

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

background-color css

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

 a { background-color: rgb(108,0,137); }

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

border-color css

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

 span { border-color: rgb(108,0,137); }

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