Html Css Color HEX #612598 Royal Purple

📋 copy color: '#612598'

red 97 ◦ green 37 ◦ blue 152

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

Shades of Royal Purple #612598

Tints of Royal Purple #612598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.15%

R = 33.92%
G = 12.94%
B = 53.15%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#612598 (or 0x612598) is known color: Royal Purple. HEX triplet: 61, 25 and 98. RGB value is (97,37,152). Sum of RGB (Red+Green+Blue) = 97+37+152=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #612598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612598 is #9EDA67. Grayscale: #434343. Windows color (decimal): -10410600 or 9971041. OLE color: 9971041.

HSL color Cylindrical-coordinate representation of color #612598: hue angle of 271.3º 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 #612598 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 37 152 -
CMYK 0.36 0.76 0 0.40
HSL 271.3º 0.61% 0.37% -
HSV(B) 271.3º 0.76% 0.6% -
XYZ 11.26 6.13 30.3 -
YUV 68.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 97 37 152 0.36 0.76 0 0.40 271.3 0.61 0.37
Hex 61 25 98 24 4C 0 28 10F 3D 25
Octal 141 45 230 44 114 0 50 417 75 45
Binary 1100001 100101 10011000 100100 1001100 0 101000 100001111 111101 100101

Color Harmonies of #612598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612598

Black with #612598

Text Example


Text Example

White with #612598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612598; }

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

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

background-color css

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

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

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

border-color css

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

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

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