Html Css Color HEX #610ABF Purple Heart

📋 copy color: '#610ABF'

red 97 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #610ABF

Tints of Purple Heart #610ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.36%

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

R = 32.55%
G = 3.36%
B = 64.09%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#610ABF (or 0x610ABF) is known color: Purple Heart. HEX triplet: 61, 0A and BF. RGB value is (97,10,191). Sum of RGB (Red+Green+Blue) = 97+10+191=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #610ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610ABF is #9EF540. Grayscale: #383838. Windows color (decimal): -10417473 or 12520033. OLE color: 12520033.

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

Color convert

RGB 97 10 191 -
CMYK 0.49 0.95 0 0.25
HSL 268.84º 0.9% 0.39% -
HSV(B) 268.84º 0.95% 0.75% -
XYZ 14.44 6.52 49.79 -
YUV 56.65 203.82 156.78 -
System Red Green Blue C M Y K H S L
Decimal 97 10 191 0.49 0.95 0 0.25 268.84 0.9 0.39
Hex 61 A BF 31 5F 0 19 10D 5A 27
Octal 141 12 277 61 137 0 31 415 132 47
Binary 1100001 1010 10111111 110001 1011111 0 11001 100001101 1011010 100111

Color Harmonies of #610ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610ABF

Black with #610ABF

Text Example


Text Example

White with #610ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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