Html Css Color HEX #613AB2 Purple Heart

📋 copy color: '#613AB2'

red 97 ◦ green 58 ◦ blue 178

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

Shades of Purple Heart #613AB2

Tints of Purple Heart #613AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 53.45%

R = 29.13%
G = 17.42%
B = 53.45%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#613AB2 (or 0x613AB2) is known color: Purple Heart. HEX triplet: 61, 3A and B2. RGB value is (97,58,178). Sum of RGB (Red+Green+Blue) = 97+58+178=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 178 (69.92% from 255 or 53.45% from 333); Max value from RGB is 178 - color contains mainly: blue. Hex color #613AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613AB2 is #9EC54D. Grayscale: #525252. Windows color (decimal): -10405198 or 11680353. OLE color: 11680353.

HSL color Cylindrical-coordinate representation of color #613AB2: hue angle of 259.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #613AB2 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 58 178 -
CMYK 0.46 0.67 0 0.30
HSL 259.5º 0.51% 0.46% -
HSV(B) 259.5º 0.67% 0.7% -
XYZ 14.48 8.78 43.05 -
YUV 83.34 181.42 137.74 -
System Red Green Blue C M Y K H S L
Decimal 97 58 178 0.46 0.67 0 0.30 259.5 0.51 0.46
Hex 61 3A B2 2E 43 0 1E 104 33 2E
Octal 141 72 262 56 103 0 36 404 63 56
Binary 1100001 111010 10110010 101110 1000011 0 11110 100000100 110011 101110

Color Harmonies of #613AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613AB2

Black with #613AB2

Text Example


Text Example

White with #613AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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