Html Css Color HEX #612797 Royal Purple

📋 copy color: '#612797'

red 97 ◦ green 39 ◦ blue 151

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

Shades of Royal Purple #612797

Tints of Royal Purple #612797

RGB

 RED value IS 97 (38.28% from 255) = 33.8%

 GREEN value IS 39 (15.63% from 255) = 13.59%

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

R = 33.8%
G = 13.59%
B = 52.61%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#612797 (or 0x612797) is known color: Royal Purple. HEX triplet: 61, 27 and 97. RGB value is (97,39,151). Sum of RGB (Red+Green+Blue) = 97+39+151=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #612797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612797 is #9ED868. Grayscale: #444444. Windows color (decimal): -10410089 or 9906017. OLE color: 9906017.

HSL color Cylindrical-coordinate representation of color #612797: hue angle of 271.07º degrees, saturation: 0.59, 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 #612797 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 39 151 -
CMYK 0.36 0.74 0 0.41
HSL 271.07º 0.59% 0.37% -
HSV(B) 271.07º 0.74% 0.59% -
XYZ 11.24 6.23 29.89 -
YUV 69.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 97 39 151 0.36 0.74 0 0.41 271.07 0.59 0.37
Hex 61 27 97 24 4A 0 29 10F 3B 25
Octal 141 47 227 44 112 0 51 417 73 45
Binary 1100001 100111 10010111 100100 1001010 0 101001 100001111 111011 100101

Color Harmonies of #612797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612797

Black with #612797

Text Example


Text Example

White with #612797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612797; }

 p { color: rgb(97,39,151); }

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

background-color css

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

 a { background-color: rgb(97,39,151); }

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

border-color css

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

 span { border-color: rgb(97,39,151); }

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