Html Css Color HEX #6B2097 Royal Purple

📋 copy color: '#6B2097'

red 107 ◦ green 32 ◦ blue 151

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

Shades of Royal Purple #6B2097

Tints of Royal Purple #6B2097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 151 (59.38% from 255) = 52.07%

R = 36.9%
G = 11.03%
B = 52.07%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B2097 (or 0x6B2097) is known color: Royal Purple. HEX triplet: 6B, 20 and 97. RGB value is (107,32,151). Sum of RGB (Red+Green+Blue) = 107+32+151=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B2097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2097 is #94DF68. Grayscale: #434343. Windows color (decimal): -9756521 or 9904235. OLE color: 9904235.

HSL color Cylindrical-coordinate representation of color #6B2097: hue angle of 277.82º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B2097 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 32 151 -
CMYK 0.29 0.79 0 0.41
HSL 277.82º 0.65% 0.36% -
HSV(B) 277.82º 0.79% 0.59% -
XYZ 12.17 6.39 29.87 -
YUV 67.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 107 32 151 0.29 0.79 0 0.41 277.82 0.65 0.36
Hex 6B 20 97 1D 4F 0 29 116 41 24
Octal 153 40 227 35 117 0 51 426 101 44
Binary 1101011 100000 10010111 11101 1001111 0 101001 100010110 1000001 100100

Color Harmonies of #6B2097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2097

Black with #6B2097

Text Example


Text Example

White with #6B2097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,32,151); }

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

background-color css

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

 a { background-color: rgb(107,32,151); }

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

border-color css

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

 span { border-color: rgb(107,32,151); }

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