Html Css Color HEX #610ACC Purple Heart

📋 copy color: '#610ACC'

red 97 ◦ green 10 ◦ blue 204

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

Shades of Purple Heart #610ACC

Tints of Purple Heart #610ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.22%

 BLUE value IS 204 (80.08% from 255) = 65.59%

R = 31.19%
G = 3.22%
B = 65.59%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#610ACC (or 0x610ACC) is known color: Purple Heart. HEX triplet: 61, 0A and CC. RGB value is (97,10,204). Sum of RGB (Red+Green+Blue) = 97+10+204=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #610ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610ACC is #9EF533. Grayscale: #393939. Windows color (decimal): -10417460 or 13372001. OLE color: 13372001.

HSL color Cylindrical-coordinate representation of color #610ACC: hue angle of 266.91º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610ACC is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 10 204 -
CMYK 0.52 0.95 0 0.2
HSL 266.91º 0.91% 0.42% -
HSV(B) 266.91º 0.95% 0.8% -
XYZ 15.94 7.12 57.66 -
YUV 58.13 210.32 155.73 -
System Red Green Blue C M Y K H S L
Decimal 97 10 204 0.52 0.95 0 0.2 266.91 0.91 0.42
Hex 61 A CC 34 5F 0 14 10B 5B 2A
Octal 141 12 314 64 137 0 24 413 133 52
Binary 1100001 1010 11001100 110100 1011111 0 10100 100001011 1011011 101010

Color Harmonies of #610ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610ACC

Black with #610ACC

Text Example


Text Example

White with #610ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,10,204); }

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

background-color css

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

 a { background-color: rgb(97,10,204); }

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

border-color css

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

 span { border-color: rgb(97,10,204); }

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