Html Css Color HEX #6B3491 Royal Purple

📋 copy color: '#6B3491'

red 107 ◦ green 52 ◦ blue 145

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

Shades of Royal Purple #6B3491

Tints of Royal Purple #6B3491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.11%

 BLUE value IS 145 (57.03% from 255) = 47.7%

R = 35.2%
G = 17.11%
B = 47.7%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B3491 (or 0x6B3491) is known color: Royal Purple. HEX triplet: 6B, 34 and 91. RGB value is (107,52,145). Sum of RGB (Red+Green+Blue) = 107+52+145=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B3491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3491 is #94CB6E. Grayscale: #4E4E4E. Windows color (decimal): -9751407 or 9516139. OLE color: 9516139.

HSL color Cylindrical-coordinate representation of color #6B3491: hue angle of 275.48º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B3491 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 52 145 -
CMYK 0.26 0.64 0 0.43
HSL 275.48º 0.47% 0.39% -
HSV(B) 275.48º 0.64% 0.57% -
XYZ 12.4 7.63 27.61 -
YUV 79.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 107 52 145 0.26 0.64 0 0.43 275.48 0.47 0.39
Hex 6B 34 91 1A 40 0 2B 113 2F 27
Octal 153 64 221 32 100 0 53 423 57 47
Binary 1101011 110100 10010001 11010 1000000 0 101011 100010011 101111 100111

Color Harmonies of #6B3491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3491

Black with #6B3491

Text Example


Text Example

White with #6B3491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,52,145); }

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

background-color css

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

 a { background-color: rgb(107,52,145); }

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

border-color css

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

 span { border-color: rgb(107,52,145); }

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