Html Css Color HEX #6D4398 Royal Purple

📋 copy color: '#6D4398'

red 109 ◦ green 67 ◦ blue 152

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

Shades of Royal Purple #6D4398

Tints of Royal Purple #6D4398

RGB

 RED value IS 109 (42.97% from 255) = 33.23%

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

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

R = 33.23%
G = 20.43%
B = 46.34%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6D4398 (or 0x6D4398) is known color: Royal Purple. HEX triplet: 6D, 43 and 98. RGB value is (109,67,152). Sum of RGB (Red+Green+Blue) = 109+67+152=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D4398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4398 is #92BC67. Grayscale: #585858. Windows color (decimal): -9616488 or 9978733. OLE color: 9978733.

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

Color convert

RGB 109 67 152 -
CMYK 0.28 0.56 0 0.40
HSL 269.65º 0.39% 0.43% -
HSV(B) 269.65º 0.56% 0.6% -
XYZ 13.98 9.53 30.81 -
YUV 89.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 109 67 152 0.28 0.56 0 0.40 269.65 0.39 0.43
Hex 6D 43 98 1C 38 0 28 10E 27 2B
Octal 155 103 230 34 70 0 50 416 47 53
Binary 1101101 1000011 10011000 11100 111000 0 101000 100001110 100111 101011

Color Harmonies of #6D4398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4398

Black with #6D4398

Text Example


Text Example

White with #6D4398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,67,152); }

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

background-color css

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

 a { background-color: rgb(109,67,152); }

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

border-color css

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

 span { border-color: rgb(109,67,152); }

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