Html Css Color HEX #610EBF Purple Heart

📋 copy color: '#610EBF'

red 97 ◦ green 14 ◦ blue 191

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

Shades of Purple Heart #610EBF

Tints of Purple Heart #610EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.25%

R = 32.12%
G = 4.64%
B = 63.25%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#610EBF (or 0x610EBF) is known color: Purple Heart. HEX triplet: 61, 0E and BF. RGB value is (97,14,191). Sum of RGB (Red+Green+Blue) = 97+14+191=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #610EBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610EBF is #9EF140. Grayscale: #3A3A3A. Windows color (decimal): -10416449 or 12521057. OLE color: 12521057.

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

Color convert

RGB 97 14 191 -
CMYK 0.49 0.93 0 0.25
HSL 268.14º 0.86% 0.4% -
HSV(B) 268.14º 0.93% 0.75% -
XYZ 14.49 6.62 49.8 -
YUV 59 202.5 155.11 -
System Red Green Blue C M Y K H S L
Decimal 97 14 191 0.49 0.93 0 0.25 268.14 0.86 0.4
Hex 61 E BF 31 5D 0 19 10C 56 28
Octal 141 16 277 61 135 0 31 414 126 50
Binary 1100001 1110 10111111 110001 1011101 0 11001 100001100 1010110 101000

Color Harmonies of #610EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610EBF

Black with #610EBF

Text Example


Text Example

White with #610EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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