Html Css Color HEX #6C4198 Royal Purple

📋 copy color: '#6C4198'

red 108 ◦ green 65 ◦ blue 152

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

Shades of Royal Purple #6C4198

Tints of Royal Purple #6C4198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

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

R = 33.23%
G = 20%
B = 46.77%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C4198 (or 0x6C4198) is known color: Royal Purple. HEX triplet: 6C, 41 and 98. RGB value is (108,65,152). Sum of RGB (Red+Green+Blue) = 108+65+152=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C4198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4198 is #93BE67. Grayscale: #575757. Windows color (decimal): -9682536 or 9978220. OLE color: 9978220.

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

Color convert

RGB 108 65 152 -
CMYK 0.29 0.57 0 0.40
HSL 269.66º 0.4% 0.43% -
HSV(B) 269.66º 0.57% 0.6% -
XYZ 13.74 9.24 30.76 -
YUV 87.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 108 65 152 0.29 0.57 0 0.40 269.66 0.4 0.43
Hex 6C 41 98 1D 39 0 28 10E 28 2B
Octal 154 101 230 35 71 0 50 416 50 53
Binary 1101100 1000001 10011000 11101 111001 0 101000 100001110 101000 101011

Color Harmonies of #6C4198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4198

Black with #6C4198

Text Example


Text Example

White with #6C4198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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