Html Css Color HEX #6C0189 Purple

📋 copy color: '#6C0189'

red 108 ◦ green 1 ◦ blue 137

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

Shades of Purple #6C0189

Tints of Purple #6C0189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 43.9%
G = 0.41%
B = 55.69%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C0189 (or 0x6C0189) is known color: Purple. HEX triplet: 6C, 01 and 89. RGB value is (108,1,137). Sum of RGB (Red+Green+Blue) = 108+1+137=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C0189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0189 is #93FE76. Grayscale: #303030. Windows color (decimal): -9698935 or 8978796. OLE color: 8978796.

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

Color convert

RGB 108 1 137 -
CMYK 0.21 0.99 0 0.46
HSL 287.21º 0.99% 0.27% -
HSV(B) 287.21º 0.99% 0.54% -
XYZ 10.71 5.02 24.07 -
YUV 48.5 177.95 170.44 -
System Red Green Blue C M Y K H S L
Decimal 108 1 137 0.21 0.99 0 0.46 287.21 0.99 0.27
Hex 6C 1 89 15 63 0 2E 11F 63 1B
Octal 154 1 211 25 143 0 56 437 143 33
Binary 1101100 1 10001001 10101 1100011 0 101110 100011111 1100011 11011

Color Harmonies of #6C0189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0189

Black with #6C0189

Text Example


Text Example

White with #6C0189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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