Html Css Color HEX #6C4297 Royal Purple

📋 copy color: '#6C4297'

red 108 ◦ green 66 ◦ blue 151

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

Shades of Royal Purple #6C4297

Tints of Royal Purple #6C4297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

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

R = 33.23%
G = 20.31%
B = 46.46%

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

#6C4297 (or 0x6C4297) is known color: Royal Purple. HEX triplet: 6C, 42 and 97. RGB value is (108,66,151). Sum of RGB (Red+Green+Blue) = 108+66+151=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C4297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4297 is #93BD68. Grayscale: #575757. Windows color (decimal): -9682281 or 9912940. OLE color: 9912940.

HSL color Cylindrical-coordinate representation of color #6C4297: hue angle of 269.65º 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 #6C4297 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 66 151 -
CMYK 0.28 0.56 0 0.41
HSL 269.65º 0.39% 0.43% -
HSV(B) 269.65º 0.56% 0.59% -
XYZ 13.72 9.32 30.35 -
YUV 88.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 108 66 151 0.28 0.56 0 0.41 269.65 0.39 0.43
Hex 6C 42 97 1C 38 0 29 10E 27 2B
Octal 154 102 227 34 70 0 51 416 47 53
Binary 1101100 1000010 10010111 11100 111000 0 101001 100001110 100111 101011

Color Harmonies of #6C4297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4297

Black with #6C4297

Text Example


Text Example

White with #6C4297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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