Html Css Color HEX #6C0892 Purple

📋 copy color: '#6C0892'

red 108 ◦ green 8 ◦ blue 146

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

Shades of Purple #6C0892

Tints of Purple #6C0892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 41.22%
G = 3.05%
B = 55.73%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C0892 (or 0x6C0892) is known color: Purple. HEX triplet: 6C, 08 and 92. RGB value is (108,8,146). Sum of RGB (Red+Green+Blue) = 108+8+146=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C0892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0892 is #93F76D. Grayscale: #353535. Windows color (decimal): -9697134 or 9570412. OLE color: 9570412.

HSL color Cylindrical-coordinate representation of color #6C0892: hue angle of 283.48º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0892 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 8 146 -
CMYK 0.26 0.95 0 0.43
HSL 283.48º 0.9% 0.3% -
HSV(B) 283.48º 0.95% 0.57% -
XYZ 11.46 5.44 27.64 -
YUV 53.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 108 8 146 0.26 0.95 0 0.43 283.48 0.9 0.3
Hex 6C 8 92 1A 5F 0 2B 11B 5A 1E
Octal 154 10 222 32 137 0 53 433 132 36
Binary 1101100 1000 10010010 11010 1011111 0 101011 100011011 1011010 11110

Color Harmonies of #6C0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0892

Black with #6C0892

Text Example


Text Example

White with #6C0892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,8,146); }

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

background-color css

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

 a { background-color: rgb(108,8,146); }

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

border-color css

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

 span { border-color: rgb(108,8,146); }

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