Html Css Color HEX #612E9E Royal Purple

📋 copy color: '#612E9E'

red 97 ◦ green 46 ◦ blue 158

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

Shades of Royal Purple #612E9E

Tints of Royal Purple #612E9E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.28%

 BLUE value IS 158 (62.11% from 255) = 52.49%

R = 32.23%
G = 15.28%
B = 52.49%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#612E9E (or 0x612E9E) is known color: Royal Purple. HEX triplet: 61, 2E and 9E. RGB value is (97,46,158). Sum of RGB (Red+Green+Blue) = 97+46+158=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #612E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612E9E is #9ED161. Grayscale: #494949. Windows color (decimal): -10408290 or 10366561. OLE color: 10366561.

HSL color Cylindrical-coordinate representation of color #612E9E: hue angle of 267.32º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612E9E is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 46 158 -
CMYK 0.39 0.71 0 0.38
HSL 267.32º 0.55% 0.4% -
HSV(B) 267.32º 0.71% 0.62% -
XYZ 12.08 6.96 33.06 -
YUV 74.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 97 46 158 0.39 0.71 0 0.38 267.32 0.55 0.4
Hex 61 2E 9E 27 47 0 26 10B 37 28
Octal 141 56 236 47 107 0 46 413 67 50
Binary 1100001 101110 10011110 100111 1000111 0 100110 100001011 110111 101000

Color Harmonies of #612E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E9E

Black with #612E9E

Text Example


Text Example

White with #612E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,46,158); }

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

background-color css

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

 a { background-color: rgb(97,46,158); }

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

border-color css

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

 span { border-color: rgb(97,46,158); }

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