Html Css Color HEX #613AC0 Purple Heart

📋 copy color: '#613AC0'

red 97 ◦ green 58 ◦ blue 192

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

Shades of Purple Heart #613AC0

Tints of Purple Heart #613AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 55.33%

R = 27.95%
G = 16.71%
B = 55.33%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#613AC0 (or 0x613AC0) is known color: Purple Heart. HEX triplet: 61, 3A and C0. RGB value is (97,58,192). Sum of RGB (Red+Green+Blue) = 97+58+192=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #613AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613AC0 is #9EC53F. Grayscale: #545454. Windows color (decimal): -10405184 or 12597857. OLE color: 12597857.

HSL color Cylindrical-coordinate representation of color #613AC0: hue angle of 257.46º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613AC0 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 58 192 -
CMYK 0.49 0.70 0 0.25
HSL 257.46º 0.54% 0.49% -
HSV(B) 257.46º 0.7% 0.75% -
XYZ 15.96 9.37 50.84 -
YUV 84.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 97 58 192 0.49 0.70 0 0.25 257.46 0.54 0.49
Hex 61 3A C0 31 46 0 19 101 36 31
Octal 141 72 300 61 106 0 31 401 66 61
Binary 1100001 111010 11000000 110001 1000110 0 11001 100000001 110110 110001

Color Harmonies of #613AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613AC0

Black with #613AC0

Text Example


Text Example

White with #613AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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