Html Css Color HEX #613C9E Royal Purple

📋 copy color: '#613C9E'

red 97 ◦ green 60 ◦ blue 158

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

Shades of Royal Purple #613C9E

Tints of Royal Purple #613C9E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

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

R = 30.79%
G = 19.05%
B = 50.16%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#613C9E (or 0x613C9E) is known color: Royal Purple. HEX triplet: 61, 3C and 9E. RGB value is (97,60,158). Sum of RGB (Red+Green+Blue) = 97+60+158=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #613C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613C9E is #9EC361. Grayscale: #515151. Windows color (decimal): -10404706 or 10370145. OLE color: 10370145.

HSL color Cylindrical-coordinate representation of color #613C9E: hue angle of 262.65º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #613C9E is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 60 158 -
CMYK 0.39 0.62 0 0.38
HSL 262.65º 0.45% 0.43% -
HSV(B) 262.65º 0.62% 0.62% -
XYZ 12.72 8.24 33.27 -
YUV 82.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 97 60 158 0.39 0.62 0 0.38 262.65 0.45 0.43
Hex 61 3C 9E 27 3E 0 26 107 2D 2B
Octal 141 74 236 47 76 0 46 407 55 53
Binary 1100001 111100 10011110 100111 111110 0 100110 100000111 101101 101011

Color Harmonies of #613C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C9E

Black with #613C9E

Text Example


Text Example

White with #613C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613C9E; }

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

 H1.HeaderClassName
 {
   color: #613C9E;
 }
 .AnyTagClassName
 {
   color: #613C9E;
 }
</style>

background-color css

<style>
 a { background-color: #613C9E; }

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

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

border-color css

<style>
 span { border-color: #613C9E; }

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

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