Html Css Color HEX #612398 Royal Purple

📋 copy color: '#612398'

red 97 ◦ green 35 ◦ blue 152

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

Shades of Royal Purple #612398

Tints of Royal Purple #612398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.32%

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

R = 34.15%
G = 12.32%
B = 53.52%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#612398 (or 0x612398) is known color: Royal Purple. HEX triplet: 61, 23 and 98. RGB value is (97,35,152). Sum of RGB (Red+Green+Blue) = 97+35+152=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #612398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612398 is #9EDC67. Grayscale: #424242. Windows color (decimal): -10411112 or 9970529. OLE color: 9970529.

HSL color Cylindrical-coordinate representation of color #612398: hue angle of 271.79º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612398 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 35 152 -
CMYK 0.36 0.77 0 0.40
HSL 271.79º 0.63% 0.37% -
HSV(B) 271.79º 0.77% 0.6% -
XYZ 11.2 6.01 30.28 -
YUV 66.88 176.04 149.49 -
System Red Green Blue C M Y K H S L
Decimal 97 35 152 0.36 0.77 0 0.40 271.79 0.63 0.37
Hex 61 23 98 24 4D 0 28 110 3F 25
Octal 141 43 230 44 115 0 50 420 77 45
Binary 1100001 100011 10011000 100100 1001101 0 101000 100010000 111111 100101

Color Harmonies of #612398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612398

Black with #612398

Text Example


Text Example

White with #612398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612398; }

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

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

background-color css

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

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

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

border-color css

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

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

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