Html Css Color HEX #610FAB Purple Heart

📋 copy color: '#610FAB'

red 97 ◦ green 15 ◦ blue 171

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

Shades of Purple Heart #610FAB

Tints of Purple Heart #610FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.42%

R = 34.28%
G = 5.3%
B = 60.42%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#610FAB (or 0x610FAB) is known color: Purple Heart. HEX triplet: 61, 0F and AB. RGB value is (97,15,171). Sum of RGB (Red+Green+Blue) = 97+15+171=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #610FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610FAB is #9EF054. Grayscale: #383838. Windows color (decimal): -10416213 or 11210593. OLE color: 11210593.

HSL color Cylindrical-coordinate representation of color #610FAB: hue angle of 271.54º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610FAB is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 15 171 -
CMYK 0.43 0.91 0 0.33
HSL 271.54º 0.84% 0.36% -
HSV(B) 271.54º 0.91% 0.67% -
XYZ 12.45 5.82 39 -
YUV 57.3 192.17 156.32 -
System Red Green Blue C M Y K H S L
Decimal 97 15 171 0.43 0.91 0 0.33 271.54 0.84 0.36
Hex 61 F AB 2B 5B 0 21 110 54 24
Octal 141 17 253 53 133 0 41 420 124 44
Binary 1100001 1111 10101011 101011 1011011 0 100001 100010000 1010100 100100

Color Harmonies of #610FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FAB

Black with #610FAB

Text Example


Text Example

White with #610FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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