Html Css Color HEX #610ECD Purple Heart

📋 copy color: '#610ECD'

red 97 ◦ green 14 ◦ blue 205

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

Shades of Purple Heart #610ECD

Tints of Purple Heart #610ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.43%

 BLUE value IS 205 (80.47% from 255) = 64.87%

R = 30.7%
G = 4.43%
B = 64.87%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#610ECD (or 0x610ECD) is known color: Purple Heart. HEX triplet: 61, 0E and CD. RGB value is (97,14,205). Sum of RGB (Red+Green+Blue) = 97+14+205=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #610ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610ECD is #9EF132. Grayscale: #3B3B3B. Windows color (decimal): -10416435 or 13438561. OLE color: 13438561.

HSL color Cylindrical-coordinate representation of color #610ECD: hue angle of 266.07º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610ECD is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 14 205 -
CMYK 0.53 0.93 0 0.20
HSL 266.07º 0.87% 0.43% -
HSV(B) 266.07º 0.93% 0.8% -
XYZ 16.11 7.26 58.31 -
YUV 60.59 209.5 153.97 -
System Red Green Blue C M Y K H S L
Decimal 97 14 205 0.53 0.93 0 0.20 266.07 0.87 0.43
Hex 61 E CD 35 5D 0 14 10A 57 2B
Octal 141 16 315 65 135 0 24 412 127 53
Binary 1100001 1110 11001101 110101 1011101 0 10100 100001010 1010111 101011

Color Harmonies of #610ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610ECD

Black with #610ECD

Text Example


Text Example

White with #610ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,14,205); }

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

background-color css

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

 a { background-color: rgb(97,14,205); }

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

border-color css

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

 span { border-color: rgb(97,14,205); }

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