Html Css Color HEX #6C2C96 Royal Purple

📋 copy color: '#6C2C96'

red 108 ◦ green 44 ◦ blue 150

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

Shades of Royal Purple #6C2C96

Tints of Royal Purple #6C2C96

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

 BLUE value IS 150 (58.98% from 255) = 49.67%

R = 35.76%
G = 14.57%
B = 49.67%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C2C96 (or 0x6C2C96) is known color: Royal Purple. HEX triplet: 6C, 2C and 96. RGB value is (108,44,150). Sum of RGB (Red+Green+Blue) = 108+44+150=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C2C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2C96 is #93D369. Grayscale: #4A4A4A. Windows color (decimal): -9687914 or 9841772. OLE color: 9841772.

HSL color Cylindrical-coordinate representation of color #6C2C96: hue angle of 276.23º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C2C96 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 44 150 -
CMYK 0.28 0.71 0 0.41
HSL 276.23º 0.55% 0.38% -
HSV(B) 276.23º 0.71% 0.59% -
XYZ 12.59 7.19 29.58 -
YUV 75.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 108 44 150 0.28 0.71 0 0.41 276.23 0.55 0.38
Hex 6C 2C 96 1C 47 0 29 114 37 26
Octal 154 54 226 34 107 0 51 424 67 46
Binary 1101100 101100 10010110 11100 1000111 0 101001 100010100 110111 100110

Color Harmonies of #6C2C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2C96

Black with #6C2C96

Text Example


Text Example

White with #6C2C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,44,150); }

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

background-color css

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

 a { background-color: rgb(108,44,150); }

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

border-color css

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

 span { border-color: rgb(108,44,150); }

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