Html Css Color HEX #6B4099 Royal Purple

📋 copy color: '#6B4099'

red 107 ◦ green 64 ◦ blue 153

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

Shades of Royal Purple #6B4099

Tints of Royal Purple #6B4099

RGB

 RED value IS 107 (42.19% from 255) = 33.02%

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

 BLUE value IS 153 (60.16% from 255) = 47.22%

R = 33.02%
G = 19.75%
B = 47.22%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6B4099 (or 0x6B4099) is known color: Royal Purple. HEX triplet: 6B, 40 and 99. RGB value is (107,64,153). Sum of RGB (Red+Green+Blue) = 107+64+153=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B4099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4099 is #94BF66. Grayscale: #565656. Windows color (decimal): -9748327 or 10043499. OLE color: 10043499.

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

Color convert

RGB 107 64 153 -
CMYK 0.30 0.58 0 0.4
HSL 268.99º 0.41% 0.43% -
HSV(B) 268.99º 0.58% 0.6% -
XYZ 13.65 9.09 31.17 -
YUV 87 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 107 64 153 0.30 0.58 0 0.4 268.99 0.41 0.43
Hex 6B 40 99 1E 3A 0 28 10D 29 2B
Octal 153 100 231 36 72 0 50 415 51 53
Binary 1101011 1000000 10011001 11110 111010 0 101000 100001101 101001 101011

Color Harmonies of #6B4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4099

Black with #6B4099

Text Example


Text Example

White with #6B4099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,64,153); }

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

background-color css

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

 a { background-color: rgb(107,64,153); }

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

border-color css

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

 span { border-color: rgb(107,64,153); }

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