Html Css Color HEX #610BBA Purple Heart

📋 copy color: '#610BBA'

red 97 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #610BBA

Tints of Purple Heart #610BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.74%

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

R = 32.99%
G = 3.74%
B = 63.27%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#610BBA (or 0x610BBA) is known color: Purple Heart. HEX triplet: 61, 0B and BA. RGB value is (97,11,186). Sum of RGB (Red+Green+Blue) = 97+11+186=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #610BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610BBA is #9EF445. Grayscale: #383838. Windows color (decimal): -10417222 or 12192609. OLE color: 12192609.

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

Color convert

RGB 97 11 186 -
CMYK 0.48 0.94 0 0.27
HSL 269.49º 0.89% 0.39% -
HSV(B) 269.49º 0.94% 0.73% -
XYZ 13.91 6.33 46.94 -
YUV 56.66 200.99 156.77 -
System Red Green Blue C M Y K H S L
Decimal 97 11 186 0.48 0.94 0 0.27 269.49 0.89 0.39
Hex 61 B BA 30 5E 0 1B 10D 59 27
Octal 141 13 272 60 136 0 33 415 131 47
Binary 1100001 1011 10111010 110000 1011110 0 11011 100001101 1011001 100111

Color Harmonies of #610BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BBA

Black with #610BBA

Text Example


Text Example

White with #610BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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