Html Css Color HEX #610BBD Purple Heart

📋 copy color: '#610BBD'

red 97 ◦ green 11 ◦ blue 189

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

Shades of Purple Heart #610BBD

Tints of Purple Heart #610BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.64%

R = 32.66%
G = 3.7%
B = 63.64%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#610BBD (or 0x610BBD) is known color: Purple Heart. HEX triplet: 61, 0B and BD. RGB value is (97,11,189). Sum of RGB (Red+Green+Blue) = 97+11+189=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #610BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610BBD is #9EF442. Grayscale: #383838. Windows color (decimal): -10417219 or 12389217. OLE color: 12389217.

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

Color convert

RGB 97 11 189 -
CMYK 0.49 0.94 0 0.26
HSL 268.99º 0.89% 0.39% -
HSV(B) 268.99º 0.94% 0.74% -
XYZ 14.23 6.45 48.64 -
YUV 57.01 202.49 156.53 -
System Red Green Blue C M Y K H S L
Decimal 97 11 189 0.49 0.94 0 0.26 268.99 0.89 0.39
Hex 61 B BD 31 5E 0 1A 10D 59 27
Octal 141 13 275 61 136 0 32 415 131 47
Binary 1100001 1011 10111101 110001 1011110 0 11010 100001101 1011001 100111

Color Harmonies of #610BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BBD

Black with #610BBD

Text Example


Text Example

White with #610BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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