Html Css Color HEX #6B4592 Royal Purple

📋 copy color: '#6B4592'

red 107 ◦ green 69 ◦ blue 146

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

Shades of Royal Purple #6B4592

Tints of Royal Purple #6B4592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

 BLUE value IS 146 (57.42% from 255) = 45.34%

R = 33.23%
G = 21.43%
B = 45.34%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B4592 (or 0x6B4592) is known color: Royal Purple. HEX triplet: 6B, 45 and 92. RGB value is (107,69,146). Sum of RGB (Red+Green+Blue) = 107+69+146=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B4592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4592 is #94BA6D. Grayscale: #585858. Windows color (decimal): -9747054 or 9586027. OLE color: 9586027.

HSL color Cylindrical-coordinate representation of color #6B4592: hue angle of 269.61º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B4592 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 69 146 -
CMYK 0.27 0.53 0 0.43
HSL 269.61º 0.36% 0.42% -
HSV(B) 269.61º 0.53% 0.57% -
XYZ 13.38 9.46 28.31 -
YUV 89.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 107 69 146 0.27 0.53 0 0.43 269.61 0.36 0.42
Hex 6B 45 92 1B 35 0 2B 10E 24 2A
Octal 153 105 222 33 65 0 53 416 44 52
Binary 1101011 1000101 10010010 11011 110101 0 101011 100001110 100100 101010

Color Harmonies of #6B4592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4592

Black with #6B4592

Text Example


Text Example

White with #6B4592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,69,146); }

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

background-color css

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

 a { background-color: rgb(107,69,146); }

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

border-color css

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

 span { border-color: rgb(107,69,146); }

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