Html Css Color HEX #612BA0 Royal Purple

📋 copy color: '#612BA0'

red 97 ◦ green 43 ◦ blue 160

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

Shades of Royal Purple #612BA0

Tints of Royal Purple #612BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 53.33%

R = 32.33%
G = 14.33%
B = 53.33%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#612BA0 (or 0x612BA0) is known color: Royal Purple. HEX triplet: 61, 2B and A0. RGB value is (97,43,160). Sum of RGB (Red+Green+Blue) = 97+43+160=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #612BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612BA0 is #9ED45F. Grayscale: #484848. Windows color (decimal): -10409056 or 10496865. OLE color: 10496865.

HSL color Cylindrical-coordinate representation of color #612BA0: hue angle of 267.69º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #612BA0 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 43 160 -
CMYK 0.39 0.73 0 0.37
HSL 267.69º 0.58% 0.4% -
HSV(B) 267.69º 0.73% 0.63% -
XYZ 12.14 6.81 33.93 -
YUV 72.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 97 43 160 0.39 0.73 0 0.37 267.69 0.58 0.4
Hex 61 2B A0 27 49 0 25 10C 3A 28
Octal 141 53 240 47 111 0 45 414 72 50
Binary 1100001 101011 10100000 100111 1001001 0 100101 100001100 111010 101000

Color Harmonies of #612BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612BA0

Black with #612BA0

Text Example


Text Example

White with #612BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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