Html Css Color HEX #6B4890 Royal Purple

📋 copy color: '#6B4890'

red 107 ◦ green 72 ◦ blue 144

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

Shades of Royal Purple #6B4890

Tints of Royal Purple #6B4890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.29%

 BLUE value IS 144 (56.64% from 255) = 44.58%

R = 33.13%
G = 22.29%
B = 44.58%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B4890 (or 0x6B4890) is known color: Royal Purple. HEX triplet: 6B, 48 and 90. RGB value is (107,72,144). Sum of RGB (Red+Green+Blue) = 107+72+144=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B4890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4890 is #94B76F. Grayscale: #5A5A5A. Windows color (decimal): -9746288 or 9455723. OLE color: 9455723.

HSL color Cylindrical-coordinate representation of color #6B4890: hue angle of 269.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B4890 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 72 144 -
CMYK 0.26 0.50 0 0.44
HSL 269.17º 0.33% 0.42% -
HSV(B) 269.17º 0.5% 0.56% -
XYZ 13.41 9.77 27.57 -
YUV 90.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 107 72 144 0.26 0.50 0 0.44 269.17 0.33 0.42
Hex 6B 48 90 1A 32 0 2C 10D 21 2A
Octal 153 110 220 32 62 0 54 415 41 52
Binary 1101011 1001000 10010000 11010 110010 0 101100 100001101 100001 101010

Color Harmonies of #6B4890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4890

Black with #6B4890

Text Example


Text Example

White with #6B4890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,72,144); }

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

background-color css

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

 a { background-color: rgb(107,72,144); }

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

border-color css

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

 span { border-color: rgb(107,72,144); }

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