Html Css Color HEX #6D4098 Royal Purple

📋 copy color: '#6D4098'

red 109 ◦ green 64 ◦ blue 152

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

Shades of Royal Purple #6D4098

Tints of Royal Purple #6D4098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 33.54%
G = 19.69%
B = 46.77%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6D4098 (or 0x6D4098) is known color: Royal Purple. HEX triplet: 6D, 40 and 98. RGB value is (109,64,152). Sum of RGB (Red+Green+Blue) = 109+64+152=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 64 (25.39% from 255 or 19.69% 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 #6D4098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4098 is #92BF67. Grayscale: #575757. Windows color (decimal): -9617256 or 9977965. OLE color: 9977965.

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

Color convert

RGB 109 64 152 -
CMYK 0.28 0.58 0 0.40
HSL 270.68º 0.41% 0.42% -
HSV(B) 270.68º 0.58% 0.6% -
XYZ 13.81 9.19 30.75 -
YUV 87.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 109 64 152 0.28 0.58 0 0.40 270.68 0.41 0.42
Hex 6D 40 98 1C 3A 0 28 10F 29 2A
Octal 155 100 230 34 72 0 50 417 51 52
Binary 1101101 1000000 10011000 11100 111010 0 101000 100001111 101001 101010

Color Harmonies of #6D4098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4098

Black with #6D4098

Text Example


Text Example

White with #6D4098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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