Html Css Color HEX #610DBF Purple Heart

📋 copy color: '#610DBF'

red 97 ◦ green 13 ◦ blue 191

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

Shades of Purple Heart #610DBF

Tints of Purple Heart #610DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

 BLUE value IS 191 (75% from 255) = 63.46%

R = 32.23%
G = 4.32%
B = 63.46%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#610DBF (or 0x610DBF) is known color: Purple Heart. HEX triplet: 61, 0D and BF. RGB value is (97,13,191). Sum of RGB (Red+Green+Blue) = 97+13+191=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #610DBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DBF is #9EF240. Grayscale: #393939. Windows color (decimal): -10416705 or 12520801. OLE color: 12520801.

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

Color convert

RGB 97 13 191 -
CMYK 0.49 0.93 0 0.25
HSL 268.31º 0.87% 0.4% -
HSV(B) 268.31º 0.93% 0.75% -
XYZ 14.48 6.59 49.8 -
YUV 58.41 202.83 155.53 -
System Red Green Blue C M Y K H S L
Decimal 97 13 191 0.49 0.93 0 0.25 268.31 0.87 0.4
Hex 61 D BF 31 5D 0 19 10C 57 28
Octal 141 15 277 61 135 0 31 414 127 50
Binary 1100001 1101 10111111 110001 1011101 0 11001 100001100 1010111 101000

Color Harmonies of #610DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610DBF

Black with #610DBF

Text Example


Text Example

White with #610DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,13,191); }

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

background-color css

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

 a { background-color: rgb(97,13,191); }

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

border-color css

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

 span { border-color: rgb(97,13,191); }

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