Html Css Color HEX #612FA2 Royal Purple

📋 copy color: '#612FA2'

red 97 ◦ green 47 ◦ blue 162

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

Shades of Royal Purple #612FA2

Tints of Royal Purple #612FA2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.36%

 BLUE value IS 162 (63.67% from 255) = 52.94%

R = 31.7%
G = 15.36%
B = 52.94%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#612FA2 (or 0x612FA2) is known color: Royal Purple. HEX triplet: 61, 2F and A2. RGB value is (97,47,162). Sum of RGB (Red+Green+Blue) = 97+47+162=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #612FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612FA2 is #9ED05D. Grayscale: #4A4A4A. Windows color (decimal): -10408030 or 10628961. OLE color: 10628961.

HSL color Cylindrical-coordinate representation of color #612FA2: hue angle of 266.09º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612FA2 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 47 162 -
CMYK 0.40 0.71 0 0.36
HSL 266.09º 0.55% 0.41% -
HSV(B) 266.09º 0.71% 0.64% -
XYZ 12.47 7.18 34.91 -
YUV 75.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 97 47 162 0.40 0.71 0 0.36 266.09 0.55 0.41
Hex 61 2F A2 28 47 0 24 10A 37 29
Octal 141 57 242 50 107 0 44 412 67 51
Binary 1100001 101111 10100010 101000 1000111 0 100100 100001010 110111 101001

Color Harmonies of #612FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612FA2

Black with #612FA2

Text Example


Text Example

White with #612FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,47,162); }

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

background-color css

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

 a { background-color: rgb(97,47,162); }

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

border-color css

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

 span { border-color: rgb(97,47,162); }

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