Html Css Color HEX #610CBE Purple Heart

📋 copy color: '#610CBE'

red 97 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #610CBE

Tints of Purple Heart #610CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.01%

 BLUE value IS 190 (74.61% from 255) = 63.55%

R = 32.44%
G = 4.01%
B = 63.55%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#610CBE (or 0x610CBE) is known color: Purple Heart. HEX triplet: 61, 0C and BE. RGB value is (97,12,190). Sum of RGB (Red+Green+Blue) = 97+12+190=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #610CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CBE is #9EF341. Grayscale: #393939. Windows color (decimal): -10416962 or 12455009. OLE color: 12455009.

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

Color convert

RGB 97 12 190 -
CMYK 0.49 0.94 0 0.25
HSL 268.65º 0.88% 0.4% -
HSV(B) 268.65º 0.94% 0.75% -
XYZ 14.36 6.52 49.22 -
YUV 57.71 202.66 156.03 -
System Red Green Blue C M Y K H S L
Decimal 97 12 190 0.49 0.94 0 0.25 268.65 0.88 0.4
Hex 61 C BE 31 5E 0 19 10D 58 28
Octal 141 14 276 61 136 0 31 415 130 50
Binary 1100001 1100 10111110 110001 1011110 0 11001 100001101 1011000 101000

Color Harmonies of #610CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610CBE

Black with #610CBE

Text Example


Text Example

White with #610CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,12,190); }

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

background-color css

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

 a { background-color: rgb(97,12,190); }

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

border-color css

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

 span { border-color: rgb(97,12,190); }

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