Html Css Color HEX #6C4194 Royal Purple

📋 copy color: '#6C4194'

red 108 ◦ green 65 ◦ blue 148

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

Shades of Royal Purple #6C4194

Tints of Royal Purple #6C4194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.11%

R = 33.64%
G = 20.25%
B = 46.11%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C4194 (or 0x6C4194) is known color: Royal Purple. HEX triplet: 6C, 41 and 94. RGB value is (108,65,148). Sum of RGB (Red+Green+Blue) = 108+65+148=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C4194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4194 is #93BE6B. Grayscale: #575757. Windows color (decimal): -9682540 or 9716076. OLE color: 9716076.

HSL color Cylindrical-coordinate representation of color #6C4194: hue angle of 271.08º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C4194 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 65 148 -
CMYK 0.27 0.56 0 0.42
HSL 271.08º 0.39% 0.42% -
HSV(B) 271.08º 0.56% 0.58% -
XYZ 13.42 9.11 29.07 -
YUV 87.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 108 65 148 0.27 0.56 0 0.42 271.08 0.39 0.42
Hex 6C 41 94 1B 38 0 2A 10F 27 2A
Octal 154 101 224 33 70 0 52 417 47 52
Binary 1101100 1000001 10010100 11011 111000 0 101010 100001111 100111 101010

Color Harmonies of #6C4194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4194

Black with #6C4194

Text Example


Text Example

White with #6C4194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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