Html Css Color HEX #6C0F88 Purple

📋 copy color: '#6C0F88'

red 108 ◦ green 15 ◦ blue 136

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

Shades of Purple #6C0F88

Tints of Purple #6C0F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.79%

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

R = 41.7%
G = 5.79%
B = 52.51%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C0F88 (or 0x6C0F88) is known color: Purple. HEX triplet: 6C, 0F and 88. RGB value is (108,15,136). Sum of RGB (Red+Green+Blue) = 108+15+136=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C0F88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0F88 is #93F077. Grayscale: #383838. Windows color (decimal): -9695352 or 8916844. OLE color: 8916844.

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

Color convert

RGB 108 15 136 -
CMYK 0.21 0.89 0 0.47
HSL 286.12º 0.8% 0.3% -
HSV(B) 286.12º 0.89% 0.53% -
XYZ 10.8 5.31 23.75 -
YUV 56.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 108 15 136 0.21 0.89 0 0.47 286.12 0.8 0.3
Hex 6C F 88 15 59 0 2F 11E 50 1E
Octal 154 17 210 25 131 0 57 436 120 36
Binary 1101100 1111 10001000 10101 1011001 0 101111 100011110 1010000 11110

Color Harmonies of #6C0F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0F88

Black with #6C0F88

Text Example


Text Example

White with #6C0F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,15,136); }

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

background-color css

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

 a { background-color: rgb(108,15,136); }

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

border-color css

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

 span { border-color: rgb(108,15,136); }

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