Html Css Color HEX #612B97 Royal Purple

📋 copy color: '#612B97'

red 97 ◦ green 43 ◦ blue 151

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

Shades of Royal Purple #612B97

Tints of Royal Purple #612B97

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.78%

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

R = 33.33%
G = 14.78%
B = 51.89%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#612B97 (or 0x612B97) is known color: Royal Purple. HEX triplet: 61, 2B and 97. RGB value is (97,43,151). Sum of RGB (Red+Green+Blue) = 97+43+151=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #612B97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612B97 is #9ED468. Grayscale: #474747. Windows color (decimal): -10409065 or 9907041. OLE color: 9907041.

HSL color Cylindrical-coordinate representation of color #612B97: hue angle of 270º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #612B97 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 43 151 -
CMYK 0.36 0.72 0 0.41
HSL 270º 0.56% 0.38% -
HSV(B) 270º 0.72% 0.59% -
XYZ 11.38 6.5 29.93 -
YUV 71.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 97 43 151 0.36 0.72 0 0.41 270 0.56 0.38
Hex 61 2B 97 24 48 0 29 10E 38 26
Octal 141 53 227 44 110 0 51 416 70 46
Binary 1100001 101011 10010111 100100 1001000 0 101001 100001110 111000 100110

Color Harmonies of #612B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B97

Black with #612B97

Text Example


Text Example

White with #612B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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