Html Css Color HEX #610BBE Purple Heart

📋 copy color: '#610BBE'

red 97 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #610BBE

Tints of Purple Heart #610BBE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.69%

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

R = 32.55%
G = 3.69%
B = 63.76%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#610BBE (or 0x610BBE) is known color: Purple Heart. HEX triplet: 61, 0B and BE. RGB value is (97,11,190). Sum of RGB (Red+Green+Blue) = 97+11+190=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #610BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610BBE is #9EF441. Grayscale: #383838. Windows color (decimal): -10417218 or 12454753. OLE color: 12454753.

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

Color convert

RGB 97 11 190 -
CMYK 0.49 0.94 0 0.25
HSL 268.83º 0.89% 0.39% -
HSV(B) 268.83º 0.94% 0.75% -
XYZ 14.34 6.5 49.21 -
YUV 57.12 202.99 156.45 -
System Red Green Blue C M Y K H S L
Decimal 97 11 190 0.49 0.94 0 0.25 268.83 0.89 0.39
Hex 61 B BE 31 5E 0 19 10D 59 27
Octal 141 13 276 61 136 0 31 415 131 47
Binary 1100001 1011 10111110 110001 1011110 0 11001 100001101 1011001 100111

Color Harmonies of #610BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BBE

Black with #610BBE

Text Example


Text Example

White with #610BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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