Html Css Color HEX #612599 Royal Purple

📋 copy color: '#612599'

red 97 ◦ green 37 ◦ blue 153

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

Shades of Royal Purple #612599

Tints of Royal Purple #612599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

 BLUE value IS 153 (60.16% from 255) = 53.31%

R = 33.8%
G = 12.89%
B = 53.31%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#612599 (or 0x612599) is known color: Royal Purple. HEX triplet: 61, 25 and 99. RGB value is (97,37,153). Sum of RGB (Red+Green+Blue) = 97+37+153=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #612599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612599 is #9EDA66. Grayscale: #434343. Windows color (decimal): -10410599 or 10036577. OLE color: 10036577.

HSL color Cylindrical-coordinate representation of color #612599: hue angle of 271.03º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #612599 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 37 153 -
CMYK 0.37 0.76 0 0.4
HSL 271.03º 0.61% 0.37% -
HSV(B) 271.03º 0.76% 0.6% -
XYZ 11.34 6.16 30.73 -
YUV 68.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 97 37 153 0.37 0.76 0 0.4 271.03 0.61 0.37
Hex 61 25 99 25 4C 0 28 10F 3D 25
Octal 141 45 231 45 114 0 50 417 75 45
Binary 1100001 100101 10011001 100101 1001100 0 101000 100001111 111101 100101

Color Harmonies of #612599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612599

Black with #612599

Text Example


Text Example

White with #612599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612599; }

 p { color: rgb(97,37,153); }

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

background-color css

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

 a { background-color: rgb(97,37,153); }

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

border-color css

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

 span { border-color: rgb(97,37,153); }

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