Html Css Color HEX #610EBC Purple Heart

📋 copy color: '#610EBC'

red 97 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #610EBC

Tints of Purple Heart #610EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 32.44%
G = 4.68%
B = 62.88%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#610EBC (or 0x610EBC) is known color: Purple Heart. HEX triplet: 61, 0E and BC. RGB value is (97,14,188). Sum of RGB (Red+Green+Blue) = 97+14+188=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #610EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610EBC is #9EF143. Grayscale: #3A3A3A. Windows color (decimal): -10416452 or 12324449. OLE color: 12324449.

HSL color Cylindrical-coordinate representation of color #610EBC: hue angle of 268.62º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610EBC is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 14 188 -
CMYK 0.48 0.93 0 0.26
HSL 268.62º 0.86% 0.4% -
HSV(B) 268.62º 0.93% 0.74% -
XYZ 14.16 6.49 48.08 -
YUV 58.65 201 155.35 -
System Red Green Blue C M Y K H S L
Decimal 97 14 188 0.48 0.93 0 0.26 268.62 0.86 0.4
Hex 61 E BC 30 5D 0 1A 10D 56 28
Octal 141 16 274 60 135 0 32 415 126 50
Binary 1100001 1110 10111100 110000 1011101 0 11010 100001101 1010110 101000

Color Harmonies of #610EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610EBC

Black with #610EBC

Text Example


Text Example

White with #610EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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