Html Css Color HEX #6C4397 Royal Purple

📋 copy color: '#6C4397'

red 108 ◦ green 67 ◦ blue 151

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

Shades of Royal Purple #6C4397

Tints of Royal Purple #6C4397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 33.13%
G = 20.55%
B = 46.32%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C4397 (or 0x6C4397) is known color: Royal Purple. HEX triplet: 6C, 43 and 97. RGB value is (108,67,151). Sum of RGB (Red+Green+Blue) = 108+67+151=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C4397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4397 is #93BC68. Grayscale: #585858. Windows color (decimal): -9682025 or 9913196. OLE color: 9913196.

HSL color Cylindrical-coordinate representation of color #6C4397: hue angle of 269.29º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C4397 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 67 151 -
CMYK 0.28 0.56 0 0.41
HSL 269.29º 0.39% 0.43% -
HSV(B) 269.29º 0.56% 0.59% -
XYZ 13.78 9.44 30.37 -
YUV 88.84 163.08 141.67 -
System Red Green Blue C M Y K H S L
Decimal 108 67 151 0.28 0.56 0 0.41 269.29 0.39 0.43
Hex 6C 43 97 1C 38 0 29 10D 27 2B
Octal 154 103 227 34 70 0 51 415 47 53
Binary 1101100 1000011 10010111 11100 111000 0 101001 100001101 100111 101011

Color Harmonies of #6C4397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4397

Black with #6C4397

Text Example


Text Example

White with #6C4397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,67,151); }

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

background-color css

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

 a { background-color: rgb(108,67,151); }

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

border-color css

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

 span { border-color: rgb(108,67,151); }

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