Html Css Color HEX #6B2897 Royal Purple

📋 copy color: '#6B2897'

red 107 ◦ green 40 ◦ blue 151

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

Shades of Royal Purple #6B2897

Tints of Royal Purple #6B2897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

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

R = 35.91%
G = 13.42%
B = 50.67%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B2897 (or 0x6B2897) is known color: Royal Purple. HEX triplet: 6B, 28 and 97. RGB value is (107,40,151). Sum of RGB (Red+Green+Blue) = 107+40+151=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B2897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2897 is #94D768. Grayscale: #484848. Windows color (decimal): -9754473 or 9906283. OLE color: 9906283.

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

Color convert

RGB 107 40 151 -
CMYK 0.29 0.74 0 0.41
HSL 276.22º 0.58% 0.37% -
HSV(B) 276.22º 0.74% 0.59% -
XYZ 12.41 6.88 29.95 -
YUV 72.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 107 40 151 0.29 0.74 0 0.41 276.22 0.58 0.37
Hex 6B 28 97 1D 4A 0 29 114 3A 25
Octal 153 50 227 35 112 0 51 424 72 45
Binary 1101011 101000 10010111 11101 1001010 0 101001 100010100 111010 100101

Color Harmonies of #6B2897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2897

Black with #6B2897

Text Example


Text Example

White with #6B2897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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