Html Css Color HEX #610FB1 Purple Heart

📋 copy color: '#610FB1'

red 97 ◦ green 15 ◦ blue 177

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

Shades of Purple Heart #610FB1

Tints of Purple Heart #610FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 61.25%

R = 33.56%
G = 5.19%
B = 61.25%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#610FB1 (or 0x610FB1) is known color: Purple Heart. HEX triplet: 61, 0F and B1. RGB value is (97,15,177). Sum of RGB (Red+Green+Blue) = 97+15+177=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #610FB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610FB1 is #9EF04E. Grayscale: #393939. Windows color (decimal): -10416207 or 11603809. OLE color: 11603809.

HSL color Cylindrical-coordinate representation of color #610FB1: hue angle of 270.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610FB1 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 15 177 -
CMYK 0.45 0.92 0 0.31
HSL 270.37º 0.84% 0.38% -
HSV(B) 270.37º 0.92% 0.69% -
XYZ 13.04 6.06 42.08 -
YUV 57.99 195.17 155.83 -
System Red Green Blue C M Y K H S L
Decimal 97 15 177 0.45 0.92 0 0.31 270.37 0.84 0.38
Hex 61 F B1 2D 5C 0 1F 10E 54 26
Octal 141 17 261 55 134 0 37 416 124 46
Binary 1100001 1111 10110001 101101 1011100 0 11111 100001110 1010100 100110

Color Harmonies of #610FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FB1

Black with #610FB1

Text Example


Text Example

White with #610FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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