Html Css Color HEX #613AB7 Purple Heart

📋 copy color: '#613AB7'

red 97 ◦ green 58 ◦ blue 183

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

Shades of Purple Heart #613AB7

Tints of Purple Heart #613AB7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

 BLUE value IS 183 (71.88% from 255) = 54.14%

R = 28.7%
G = 17.16%
B = 54.14%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#613AB7 (or 0x613AB7) is known color: Purple Heart. HEX triplet: 61, 3A and B7. RGB value is (97,58,183). Sum of RGB (Red+Green+Blue) = 97+58+183=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 183 (71.88% from 255 or 54.14% from 338); Max value from RGB is 183 - color contains mainly: blue. Hex color #613AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613AB7 is #9EC548. Grayscale: #535353. Windows color (decimal): -10405193 or 12008033. OLE color: 12008033.

HSL color Cylindrical-coordinate representation of color #613AB7: hue angle of 258.72º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #613AB7 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 58 183 -
CMYK 0.47 0.68 0 0.28
HSL 258.72º 0.52% 0.47% -
HSV(B) 258.72º 0.68% 0.72% -
XYZ 14.99 8.99 45.74 -
YUV 83.91 183.92 137.34 -
System Red Green Blue C M Y K H S L
Decimal 97 58 183 0.47 0.68 0 0.28 258.72 0.52 0.47
Hex 61 3A B7 2F 44 0 1C 103 34 2F
Octal 141 72 267 57 104 0 34 403 64 57
Binary 1100001 111010 10110111 101111 1000100 0 11100 100000011 110100 101111

Color Harmonies of #613AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613AB7

Black with #613AB7

Text Example


Text Example

White with #613AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,58,183); }

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

background-color css

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

 a { background-color: rgb(97,58,183); }

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

border-color css

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

 span { border-color: rgb(97,58,183); }

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