Html Css Color HEX #610FAA Purple Heart

📋 copy color: '#610FAA'

red 97 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #610FAA

Tints of Purple Heart #610FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.28%

R = 34.4%
G = 5.32%
B = 60.28%

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

#610FAA (or 0x610FAA) is known color: Purple Heart. HEX triplet: 61, 0F and AA. RGB value is (97,15,170). Sum of RGB (Red+Green+Blue) = 97+15+170=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #610FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610FAA is #9EF055. Grayscale: #383838. Windows color (decimal): -10416214 or 11145057. OLE color: 11145057.

HSL color Cylindrical-coordinate representation of color #610FAA: hue angle of 271.74º 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 #610FAA is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 15 170 -
CMYK 0.43 0.91 0 0.33
HSL 271.74º 0.84% 0.36% -
HSV(B) 271.74º 0.91% 0.67% -
XYZ 12.36 5.79 38.5 -
YUV 57.19 191.67 156.4 -
System Red Green Blue C M Y K H S L
Decimal 97 15 170 0.43 0.91 0 0.33 271.74 0.84 0.36
Hex 61 F AA 2B 5B 0 21 110 54 24
Octal 141 17 252 53 133 0 41 420 124 44
Binary 1100001 1111 10101010 101011 1011011 0 100001 100010000 1010100 100100

Color Harmonies of #610FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FAA

Black with #610FAA

Text Example


Text Example

White with #610FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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