Html Css Color HEX #6B3891 Royal Purple

📋 copy color: '#6B3891'

red 107 ◦ green 56 ◦ blue 145

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

Shades of Royal Purple #6B3891

Tints of Royal Purple #6B3891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 34.74%
G = 18.18%
B = 47.08%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B3891 (or 0x6B3891) is known color: Royal Purple. HEX triplet: 6B, 38 and 91. RGB value is (107,56,145). Sum of RGB (Red+Green+Blue) = 107+56+145=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B3891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3891 is #94C76E. Grayscale: #515151. Windows color (decimal): -9750383 or 9517163. OLE color: 9517163.

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

Color convert

RGB 107 56 145 -
CMYK 0.26 0.61 0 0.43
HSL 274.38º 0.44% 0.39% -
HSV(B) 274.38º 0.61% 0.57% -
XYZ 12.59 8 27.67 -
YUV 81.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 107 56 145 0.26 0.61 0 0.43 274.38 0.44 0.39
Hex 6B 38 91 1A 3D 0 2B 112 2C 27
Octal 153 70 221 32 75 0 53 422 54 47
Binary 1101011 111000 10010001 11010 111101 0 101011 100010010 101100 100111

Color Harmonies of #6B3891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3891

Black with #6B3891

Text Example


Text Example

White with #6B3891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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