Html Css Color HEX #6C3198 Royal Purple

📋 copy color: '#6C3198'

red 108 ◦ green 49 ◦ blue 152

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

Shades of Royal Purple #6C3198

Tints of Royal Purple #6C3198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

 BLUE value IS 152 (59.77% from 255) = 49.19%

R = 34.95%
G = 15.86%
B = 49.19%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C3198 (or 0x6C3198) is known color: Royal Purple. HEX triplet: 6C, 31 and 98. RGB value is (108,49,152). Sum of RGB (Red+Green+Blue) = 108+49+152=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C3198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3198 is #93CE67. Grayscale: #4E4E4E. Windows color (decimal): -9686632 or 9974124. OLE color: 9974124.

HSL color Cylindrical-coordinate representation of color #6C3198: hue angle of 274.37º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C3198 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 49 152 -
CMYK 0.29 0.68 0 0.40
HSL 274.37º 0.51% 0.39% -
HSV(B) 274.37º 0.68% 0.6% -
XYZ 12.95 7.65 30.5 -
YUV 78.38 169.55 149.12 -
System Red Green Blue C M Y K H S L
Decimal 108 49 152 0.29 0.68 0 0.40 274.37 0.51 0.39
Hex 6C 31 98 1D 44 0 28 112 33 27
Octal 154 61 230 35 104 0 50 422 63 47
Binary 1101100 110001 10011000 11101 1000100 0 101000 100010010 110011 100111

Color Harmonies of #6C3198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3198

Black with #6C3198

Text Example


Text Example

White with #6C3198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,49,152); }

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

background-color css

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

 a { background-color: rgb(108,49,152); }

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

border-color css

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

 span { border-color: rgb(108,49,152); }

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