Html Css Color HEX #613FC0 Purple Heart

📋 copy color: '#613FC0'

red 97 ◦ green 63 ◦ blue 192

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

Shades of Purple Heart #613FC0

Tints of Purple Heart #613FC0

RGB

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

 GREEN value IS 63 (25% from 255) = 17.9%

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

R = 27.56%
G = 17.9%
B = 54.55%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#613FC0 (or 0x613FC0) is known color: Purple Heart. HEX triplet: 61, 3F and C0. RGB value is (97,63,192). Sum of RGB (Red+Green+Blue) = 97+63+192=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #613FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FC0 is #9EC03F. Grayscale: #575757. Windows color (decimal): -10403904 or 12599137. OLE color: 12599137.

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

Color convert

RGB 97 63 192 -
CMYK 0.49 0.67 0 0.25
HSL 255.81º 0.51% 0.5% -
HSV(B) 255.81º 0.67% 0.75% -
XYZ 16.22 9.9 50.93 -
YUV 87.87 186.76 134.51 -
System Red Green Blue C M Y K H S L
Decimal 97 63 192 0.49 0.67 0 0.25 255.81 0.51 0.5
Hex 61 3F C0 31 43 0 19 100 33 32
Octal 141 77 300 61 103 0 31 400 63 62
Binary 1100001 111111 11000000 110001 1000011 0 11001 100000000 110011 110010

Color Harmonies of #613FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613FC0

Black with #613FC0

Text Example


Text Example

White with #613FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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