Html Css Color HEX #612DAA Royal Purple

📋 copy color: '#612DAA'

red 97 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #612DAA

Tints of Royal Purple #612DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.42%

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 31.09%
G = 14.42%
B = 54.49%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#612DAA (or 0x612DAA) is known color: Royal Purple. HEX triplet: 61, 2D and AA. RGB value is (97,45,170). Sum of RGB (Red+Green+Blue) = 97+45+170=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #612DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612DAA is #9ED255. Grayscale: #4A4A4A. Windows color (decimal): -10408534 or 11152737. OLE color: 11152737.

HSL color Cylindrical-coordinate representation of color #612DAA: hue angle of 264.96º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612DAA is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 45 170 -
CMYK 0.43 0.74 0 0.33
HSL 264.96º 0.58% 0.42% -
HSV(B) 264.96º 0.74% 0.67% -
XYZ 13.12 7.32 38.75 -
YUV 74.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 97 45 170 0.43 0.74 0 0.33 264.96 0.58 0.42
Hex 61 2D AA 2B 4A 0 21 109 3A 2A
Octal 141 55 252 53 112 0 41 411 72 52
Binary 1100001 101101 10101010 101011 1001010 0 100001 100001001 111010 101010

Color Harmonies of #612DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DAA

Black with #612DAA

Text Example


Text Example

White with #612DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,45,170); }

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

background-color css

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

 a { background-color: rgb(97,45,170); }

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

border-color css

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

 span { border-color: rgb(97,45,170); }

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