Html Css Color HEX #6B2F91 Royal Purple

📋 copy color: '#6B2F91'

red 107 ◦ green 47 ◦ blue 145

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

Shades of Royal Purple #6B2F91

Tints of Royal Purple #6B2F91

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.72%

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

R = 35.79%
G = 15.72%
B = 48.49%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B2F91 (or 0x6B2F91) is known color: Royal Purple. HEX triplet: 6B, 2F and 91. RGB value is (107,47,145). Sum of RGB (Red+Green+Blue) = 107+47+145=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B2F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2F91 is #94D06E. Grayscale: #4B4B4B. Windows color (decimal): -9752687 or 9514859. OLE color: 9514859.

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

Color convert

RGB 107 47 145 -
CMYK 0.26 0.68 0 0.43
HSL 276.73º 0.51% 0.38% -
HSV(B) 276.73º 0.68% 0.57% -
XYZ 12.19 7.2 27.54 -
YUV 76.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 107 47 145 0.26 0.68 0 0.43 276.73 0.51 0.38
Hex 6B 2F 91 1A 44 0 2B 115 33 26
Octal 153 57 221 32 104 0 53 425 63 46
Binary 1101011 101111 10010001 11010 1000100 0 101011 100010101 110011 100110

Color Harmonies of #6B2F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2F91

Black with #6B2F91

Text Example


Text Example

White with #6B2F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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