Html Css Color HEX #610FBA Purple Heart

📋 copy color: '#610FBA'

red 97 ◦ green 15 ◦ blue 186

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

Shades of Purple Heart #610FBA

Tints of Purple Heart #610FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 32.55%
G = 5.03%
B = 62.42%

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

#610FBA (or 0x610FBA) is known color: Purple Heart. HEX triplet: 61, 0F and BA. RGB value is (97,15,186). Sum of RGB (Red+Green+Blue) = 97+15+186=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #610FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FBA is #9EF045. Grayscale: #3A3A3A. Windows color (decimal): -10416198 or 12193633. OLE color: 12193633.

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

Color convert

RGB 97 15 186 -
CMYK 0.48 0.92 0 0.27
HSL 268.77º 0.85% 0.39% -
HSV(B) 268.77º 0.92% 0.73% -
XYZ 13.96 6.43 46.96 -
YUV 59.01 199.67 155.1 -
System Red Green Blue C M Y K H S L
Decimal 97 15 186 0.48 0.92 0 0.27 268.77 0.85 0.39
Hex 61 F BA 30 5C 0 1B 10D 55 27
Octal 141 17 272 60 134 0 33 415 125 47
Binary 1100001 1111 10111010 110000 1011100 0 11011 100001101 1010101 100111

Color Harmonies of #610FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FBA

Black with #610FBA

Text Example


Text Example

White with #610FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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