Html Css Color HEX #613EC5 Purple Heart

📋 copy color: '#613EC5'

red 97 ◦ green 62 ◦ blue 197

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

Shades of Purple Heart #613EC5

Tints of Purple Heart #613EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 55.34%

R = 27.25%
G = 17.42%
B = 55.34%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#613EC5 (or 0x613EC5) is known color: Purple Heart. HEX triplet: 61, 3E and C5. RGB value is (97,62,197). Sum of RGB (Red+Green+Blue) = 97+62+197=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #613EC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613EC5 is #9EC13A. Grayscale: #575757. Windows color (decimal): -10404155 or 12926561. OLE color: 12926561.

HSL color Cylindrical-coordinate representation of color #613EC5: hue angle of 255.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613EC5 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 62 197 -
CMYK 0.51 0.69 0 0.23
HSL 255.56º 0.54% 0.51% -
HSV(B) 255.56º 0.69% 0.77% -
XYZ 16.73 10.02 53.88 -
YUV 87.86 189.6 134.52 -
System Red Green Blue C M Y K H S L
Decimal 97 62 197 0.51 0.69 0 0.23 255.56 0.54 0.51
Hex 61 3E C5 33 45 0 17 100 36 33
Octal 141 76 305 63 105 0 27 400 66 63
Binary 1100001 111110 11000101 110011 1000101 0 10111 100000000 110110 110011

Color Harmonies of #613EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613EC5

Black with #613EC5

Text Example


Text Example

White with #613EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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