Html Css Color HEX #610FBE Purple Heart

📋 copy color: '#610FBE'

red 97 ◦ green 15 ◦ blue 190

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

Shades of Purple Heart #610FBE

Tints of Purple Heart #610FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.97%

 BLUE value IS 190 (74.61% from 255) = 62.91%

R = 32.12%
G = 4.97%
B = 62.91%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#610FBE (or 0x610FBE) is known color: Purple Heart. HEX triplet: 61, 0F and BE. RGB value is (97,15,190). Sum of RGB (Red+Green+Blue) = 97+15+190=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #610FBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FBE is #9EF041. Grayscale: #3A3A3A. Windows color (decimal): -10416194 or 12455777. OLE color: 12455777.

HSL color Cylindrical-coordinate representation of color #610FBE: hue angle of 268.11º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610FBE is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 15 190 -
CMYK 0.49 0.92 0 0.25
HSL 268.11º 0.85% 0.4% -
HSV(B) 268.11º 0.92% 0.75% -
XYZ 14.39 6.6 49.23 -
YUV 59.47 201.67 154.77 -
System Red Green Blue C M Y K H S L
Decimal 97 15 190 0.49 0.92 0 0.25 268.11 0.85 0.4
Hex 61 F BE 31 5C 0 19 10C 55 28
Octal 141 17 276 61 134 0 31 414 125 50
Binary 1100001 1111 10111110 110001 1011100 0 11001 100001100 1010101 101000

Color Harmonies of #610FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FBE

Black with #610FBE

Text Example


Text Example

White with #610FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610FBE; }

 p { color: rgb(97,15,190); }

 H1.HeaderClassName
 {
   color: #610FBE;
 }
 .AnyTagClassName
 {
   color: #610FBE;
 }
</style>

background-color css

<style>
 a { background-color: #610FBE; }

 a { background-color: rgb(97,15,190); }

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

border-color css

<style>
 span { border-color: #610FBE; }

 span { border-color: rgb(97,15,190); }

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