Html Css Color HEX #6C3C8D Royal Purple

📋 copy color: '#6C3C8D'

red 108 ◦ green 60 ◦ blue 141

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

Shades of Royal Purple #6C3C8D

Tints of Royal Purple #6C3C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.42%

 BLUE value IS 141 (55.47% from 255) = 45.63%

R = 34.95%
G = 19.42%
B = 45.63%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C3C8D (or 0x6C3C8D) is known color: Royal Purple. HEX triplet: 6C, 3C and 8D. RGB value is (108,60,141). Sum of RGB (Red+Green+Blue) = 108+60+141=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C3C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3C8D is #93C372. Grayscale: #535353. Windows color (decimal): -9683827 or 9256044. OLE color: 9256044.

HSL color Cylindrical-coordinate representation of color #6C3C8D: hue angle of 275.56º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C3C8D is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 60 141 -
CMYK 0.23 0.57 0 0.45
HSL 275.56º 0.4% 0.39% -
HSV(B) 275.56º 0.57% 0.55% -
XYZ 12.61 8.34 26.15 -
YUV 83.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 108 60 141 0.23 0.57 0 0.45 275.56 0.4 0.39
Hex 6C 3C 8D 17 39 0 2D 114 28 27
Octal 154 74 215 27 71 0 55 424 50 47
Binary 1101100 111100 10001101 10111 111001 0 101101 100010100 101000 100111

Color Harmonies of #6C3C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3C8D

Black with #6C3C8D

Text Example


Text Example

White with #6C3C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,60,141); }

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

background-color css

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

 a { background-color: rgb(108,60,141); }

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

border-color css

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

 span { border-color: rgb(108,60,141); }

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