Html Css Color HEX #6C0D92 Purple

📋 copy color: '#6C0D92'

red 108 ◦ green 13 ◦ blue 146

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

Shades of Purple #6C0D92

Tints of Purple #6C0D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

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

R = 40.45%
G = 4.87%
B = 54.68%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C0D92 (or 0x6C0D92) is known color: Purple. HEX triplet: 6C, 0D and 92. RGB value is (108,13,146). Sum of RGB (Red+Green+Blue) = 108+13+146=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C0D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0D92 is #93F26D. Grayscale: #383838. Windows color (decimal): -9695854 or 9571692. OLE color: 9571692.

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

Color convert

RGB 108 13 146 -
CMYK 0.26 0.91 0 0.43
HSL 282.86º 0.84% 0.31% -
HSV(B) 282.86º 0.91% 0.57% -
XYZ 11.52 5.55 27.66 -
YUV 56.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 108 13 146 0.26 0.91 0 0.43 282.86 0.84 0.31
Hex 6C D 92 1A 5B 0 2B 11B 54 1F
Octal 154 15 222 32 133 0 53 433 124 37
Binary 1101100 1101 10010010 11010 1011011 0 101011 100011011 1010100 11111

Color Harmonies of #6C0D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0D92

Black with #6C0D92

Text Example


Text Example

White with #6C0D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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