Html Css Color HEX #610ACE Purple Heart

📋 copy color: '#610ACE'

red 97 ◦ green 10 ◦ blue 206

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

Shades of Purple Heart #610ACE

Tints of Purple Heart #610ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 30.99%
G = 3.19%
B = 65.81%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#610ACE (or 0x610ACE) is known color: Purple Heart. HEX triplet: 61, 0A and CE. RGB value is (97,10,206). Sum of RGB (Red+Green+Blue) = 97+10+206=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #610ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610ACE is #9EF531. Grayscale: #393939. Windows color (decimal): -10417458 or 13503073. OLE color: 13503073.

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

Color convert

RGB 97 10 206 -
CMYK 0.53 0.95 0 0.19
HSL 266.63º 0.91% 0.42% -
HSV(B) 266.63º 0.95% 0.81% -
XYZ 16.18 7.21 58.93 -
YUV 58.36 211.32 155.56 -
System Red Green Blue C M Y K H S L
Decimal 97 10 206 0.53 0.95 0 0.19 266.63 0.91 0.42
Hex 61 A CE 35 5F 0 13 10B 5B 2A
Octal 141 12 316 65 137 0 23 413 133 52
Binary 1100001 1010 11001110 110101 1011111 0 10011 100001011 1011011 101010

Color Harmonies of #610ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610ACE

Black with #610ACE

Text Example


Text Example

White with #610ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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