Html Css Color HEX #610FBC Purple Heart

📋 copy color: '#610FBC'

red 97 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #610FBC

Tints of Purple Heart #610FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 32.33%
G = 5%
B = 62.67%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#610FBC (or 0x610FBC) is known color: Purple Heart. HEX triplet: 61, 0F and BC. RGB value is (97,15,188). Sum of RGB (Red+Green+Blue) = 97+15+188=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #610FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FBC is #9EF043. Grayscale: #3A3A3A. Windows color (decimal): -10416196 or 12324705. OLE color: 12324705.

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

Color convert

RGB 97 15 188 -
CMYK 0.48 0.92 0 0.26
HSL 268.44º 0.85% 0.4% -
HSV(B) 268.44º 0.92% 0.74% -
XYZ 14.18 6.51 48.09 -
YUV 59.24 200.67 154.93 -
System Red Green Blue C M Y K H S L
Decimal 97 15 188 0.48 0.92 0 0.26 268.44 0.85 0.4
Hex 61 F BC 30 5C 0 1A 10C 55 28
Octal 141 17 274 60 134 0 32 414 125 50
Binary 1100001 1111 10111100 110000 1011100 0 11010 100001100 1010101 101000

Color Harmonies of #610FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FBC

Black with #610FBC

Text Example


Text Example

White with #610FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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