Html Css Color HEX #613EAF Royal Purple

📋 copy color: '#613EAF'

red 97 ◦ green 62 ◦ blue 175

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

Shades of Royal Purple #613EAF

Tints of Royal Purple #613EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.56%

 BLUE value IS 175 (68.75% from 255) = 52.4%

R = 29.04%
G = 18.56%
B = 52.4%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#613EAF (or 0x613EAF) is known color: Royal Purple. HEX triplet: 61, 3E and AF. RGB value is (97,62,175). Sum of RGB (Red+Green+Blue) = 97+62+175=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #613EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613EAF is #9EC150. Grayscale: #545454. Windows color (decimal): -10404177 or 11484769. OLE color: 11484769.

HSL color Cylindrical-coordinate representation of color #613EAF: hue angle of 258.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613EAF is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 62 175 -
CMYK 0.45 0.65 0 0.31
HSL 258.58º 0.48% 0.46% -
HSV(B) 258.58º 0.65% 0.69% -
XYZ 14.39 9.08 41.55 -
YUV 85.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 97 62 175 0.45 0.65 0 0.31 258.58 0.48 0.46
Hex 61 3E AF 2D 41 0 1F 103 30 2E
Octal 141 76 257 55 101 0 37 403 60 56
Binary 1100001 111110 10101111 101101 1000001 0 11111 100000011 110000 101110

Color Harmonies of #613EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613EAF

Black with #613EAF

Text Example


Text Example

White with #613EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,62,175); }

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

background-color css

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

 a { background-color: rgb(97,62,175); }

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

border-color css

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

 span { border-color: rgb(97,62,175); }

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