Html Css Color HEX #610EBA Purple Heart

📋 copy color: '#610EBA'

red 97 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #610EBA

Tints of Purple Heart #610EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 32.66%
G = 4.71%
B = 62.63%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#610EBA (or 0x610EBA) is known color: Purple Heart. HEX triplet: 61, 0E and BA. RGB value is (97,14,186). Sum of RGB (Red+Green+Blue) = 97+14+186=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #610EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610EBA is #9EF145. Grayscale: #393939. Windows color (decimal): -10416454 or 12193377. OLE color: 12193377.

HSL color Cylindrical-coordinate representation of color #610EBA: hue angle of 268.95º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610EBA is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 14 186 -
CMYK 0.48 0.92 0 0.27
HSL 268.95º 0.86% 0.39% -
HSV(B) 268.95º 0.92% 0.73% -
XYZ 13.95 6.4 46.95 -
YUV 58.43 200 155.51 -
System Red Green Blue C M Y K H S L
Decimal 97 14 186 0.48 0.92 0 0.27 268.95 0.86 0.39
Hex 61 E BA 30 5C 0 1B 10D 56 27
Octal 141 16 272 60 134 0 33 415 126 47
Binary 1100001 1110 10111010 110000 1011100 0 11011 100001101 1010110 100111

Color Harmonies of #610EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610EBA

Black with #610EBA

Text Example


Text Example

White with #610EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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