Html Css Color HEX #612A9A Royal Purple

📋 copy color: '#612A9A'

red 97 ◦ green 42 ◦ blue 154

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

Shades of Royal Purple #612A9A

Tints of Royal Purple #612A9A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.33%

 BLUE value IS 154 (60.55% from 255) = 52.56%

R = 33.11%
G = 14.33%
B = 52.56%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#612A9A (or 0x612A9A) is known color: Royal Purple. HEX triplet: 61, 2A and 9A. RGB value is (97,42,154). Sum of RGB (Red+Green+Blue) = 97+42+154=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #612A9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612A9A is #9ED565. Grayscale: #464646. Windows color (decimal): -10409318 or 10103393. OLE color: 10103393.

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

Color convert

RGB 97 42 154 -
CMYK 0.37 0.73 0 0.40
HSL 269.46º 0.57% 0.38% -
HSV(B) 269.46º 0.73% 0.6% -
XYZ 11.59 6.53 31.22 -
YUV 71.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 97 42 154 0.37 0.73 0 0.40 269.46 0.57 0.38
Hex 61 2A 9A 25 49 0 28 10D 39 26
Octal 141 52 232 45 111 0 50 415 71 46
Binary 1100001 101010 10011010 100101 1001001 0 101000 100001101 111001 100110

Color Harmonies of #612A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612A9A

Black with #612A9A

Text Example


Text Example

White with #612A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,42,154); }

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

background-color css

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

 a { background-color: rgb(97,42,154); }

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

border-color css

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

 span { border-color: rgb(97,42,154); }

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