Html Css Color HEX #6C3291 Royal Purple

📋 copy color: '#6C3291'

red 108 ◦ green 50 ◦ blue 145

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

Shades of Royal Purple #6C3291

Tints of Royal Purple #6C3291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

 BLUE value IS 145 (57.03% from 255) = 47.85%

R = 35.64%
G = 16.5%
B = 47.85%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C3291 (or 0x6C3291) is known color: Royal Purple. HEX triplet: 6C, 32 and 91. RGB value is (108,50,145). Sum of RGB (Red+Green+Blue) = 108+50+145=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C3291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3291 is #93CD6E. Grayscale: #4D4D4D. Windows color (decimal): -9686383 or 9515628. OLE color: 9515628.

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

Color convert

RGB 108 50 145 -
CMYK 0.26 0.66 0 0.43
HSL 276.63º 0.49% 0.38% -
HSV(B) 276.63º 0.66% 0.57% -
XYZ 12.44 7.51 27.58 -
YUV 78.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 108 50 145 0.26 0.66 0 0.43 276.63 0.49 0.38
Hex 6C 32 91 1A 42 0 2B 115 31 26
Octal 154 62 221 32 102 0 53 425 61 46
Binary 1101100 110010 10010001 11010 1000010 0 101011 100010101 110001 100110

Color Harmonies of #6C3291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3291

Black with #6C3291

Text Example


Text Example

White with #6C3291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,50,145); }

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

background-color css

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

 a { background-color: rgb(108,50,145); }

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

border-color css

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

 span { border-color: rgb(108,50,145); }

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