Html Css Color HEX #610FBB Purple Heart

📋 copy color: '#610FBB'

red 97 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #610FBB

Tints of Purple Heart #610FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.54%

R = 32.44%
G = 5.02%
B = 62.54%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#610FBB (or 0x610FBB) is known color: Purple Heart. HEX triplet: 61, 0F and BB. RGB value is (97,15,187). Sum of RGB (Red+Green+Blue) = 97+15+187=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #610FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FBB is #9EF044. Grayscale: #3A3A3A. Windows color (decimal): -10416197 or 12259169. OLE color: 12259169.

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

Color convert

RGB 97 15 187 -
CMYK 0.48 0.92 0 0.27
HSL 268.6º 0.85% 0.4% -
HSV(B) 268.6º 0.92% 0.73% -
XYZ 14.07 6.47 47.52 -
YUV 59.13 200.17 155.01 -
System Red Green Blue C M Y K H S L
Decimal 97 15 187 0.48 0.92 0 0.27 268.6 0.85 0.4
Hex 61 F BB 30 5C 0 1B 10D 55 28
Octal 141 17 273 60 134 0 33 415 125 50
Binary 1100001 1111 10111011 110000 1011100 0 11011 100001101 1010101 101000

Color Harmonies of #610FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FBB

Black with #610FBB

Text Example


Text Example

White with #610FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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