Html Css Color HEX #610FAC Purple Heart

📋 copy color: '#610FAC'

red 97 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #610FAC

Tints of Purple Heart #610FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 34.15%
G = 5.28%
B = 60.56%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#610FAC (or 0x610FAC) is known color: Purple Heart. HEX triplet: 61, 0F and AC. RGB value is (97,15,172). Sum of RGB (Red+Green+Blue) = 97+15+172=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #610FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610FAC is #9EF053. Grayscale: #383838. Windows color (decimal): -10416212 or 11276129. OLE color: 11276129.

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

Color convert

RGB 97 15 172 -
CMYK 0.44 0.91 0 0.33
HSL 271.34º 0.84% 0.37% -
HSV(B) 271.34º 0.91% 0.67% -
XYZ 12.55 5.86 39.5 -
YUV 57.42 192.67 156.23 -
System Red Green Blue C M Y K H S L
Decimal 97 15 172 0.44 0.91 0 0.33 271.34 0.84 0.37
Hex 61 F AC 2C 5B 0 21 10F 54 25
Octal 141 17 254 54 133 0 41 417 124 45
Binary 1100001 1111 10101100 101100 1011011 0 100001 100001111 1010100 100101

Color Harmonies of #610FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FAC

Black with #610FAC

Text Example


Text Example

White with #610FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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