Html Css Color HEX #612698 Royal Purple

📋 copy color: '#612698'

red 97 ◦ green 38 ◦ blue 152

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

Shades of Royal Purple #612698

Tints of Royal Purple #612698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

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

R = 33.8%
G = 13.24%
B = 52.96%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#612698 (or 0x612698) is known color: Royal Purple. HEX triplet: 61, 26 and 98. RGB value is (97,38,152). Sum of RGB (Red+Green+Blue) = 97+38+152=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #612698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612698 is #9ED967. Grayscale: #444444. Windows color (decimal): -10410344 or 9971297. OLE color: 9971297.

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

Color convert

RGB 97 38 152 -
CMYK 0.36 0.75 0 0.40
HSL 271.05º 0.6% 0.37% -
HSV(B) 271.05º 0.75% 0.6% -
XYZ 11.29 6.19 30.31 -
YUV 68.64 175.05 148.23 -
System Red Green Blue C M Y K H S L
Decimal 97 38 152 0.36 0.75 0 0.40 271.05 0.6 0.37
Hex 61 26 98 24 4B 0 28 10F 3C 25
Octal 141 46 230 44 113 0 50 417 74 45
Binary 1100001 100110 10011000 100100 1001011 0 101000 100001111 111100 100101

Color Harmonies of #612698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612698

Black with #612698

Text Example


Text Example

White with #612698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612698; }

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

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

background-color css

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

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

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

border-color css

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

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

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