Html Css Color HEX #613BC0 Purple Heart

📋 copy color: '#613BC0'

red 97 ◦ green 59 ◦ blue 192

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

Shades of Purple Heart #613BC0

Tints of Purple Heart #613BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.95%

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

R = 27.87%
G = 16.95%
B = 55.17%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#613BC0 (or 0x613BC0) is known color: Purple Heart. HEX triplet: 61, 3B and C0. RGB value is (97,59,192). Sum of RGB (Red+Green+Blue) = 97+59+192=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #613BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BC0 is #9EC43F. Grayscale: #555555. Windows color (decimal): -10404928 or 12598113. OLE color: 12598113.

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

Color convert

RGB 97 59 192 -
CMYK 0.49 0.69 0 0.25
HSL 257.14º 0.53% 0.49% -
HSV(B) 257.14º 0.69% 0.75% -
XYZ 16.01 9.48 50.85 -
YUV 85.52 188.09 136.19 -
System Red Green Blue C M Y K H S L
Decimal 97 59 192 0.49 0.69 0 0.25 257.14 0.53 0.49
Hex 61 3B C0 31 45 0 19 101 35 31
Octal 141 73 300 61 105 0 31 401 65 61
Binary 1100001 111011 11000000 110001 1000101 0 11001 100000001 110101 110001

Color Harmonies of #613BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BC0

Black with #613BC0

Text Example


Text Example

White with #613BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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