Html Css Color HEX #611FBA Purple Heart

📋 copy color: '#611FBA'

red 97 ◦ green 31 ◦ blue 186

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

Shades of Purple Heart #611FBA

Tints of Purple Heart #611FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

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

R = 30.89%
G = 9.87%
B = 59.24%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#611FBA (or 0x611FBA) is known color: Purple Heart. HEX triplet: 61, 1F and BA. RGB value is (97,31,186). Sum of RGB (Red+Green+Blue) = 97+31+186=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #611FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611FBA is #9EE045. Grayscale: #434343. Windows color (decimal): -10412102 or 12197729. OLE color: 12197729.

HSL color Cylindrical-coordinate representation of color #611FBA: hue angle of 265.55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611FBA is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 31 186 -
CMYK 0.48 0.83 0 0.27
HSL 265.55º 0.71% 0.43% -
HSV(B) 265.55º 0.83% 0.73% -
XYZ 14.28 7.07 47.07 -
YUV 68.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 97 31 186 0.48 0.83 0 0.27 265.55 0.71 0.43
Hex 61 1F BA 30 53 0 1B 10A 47 2B
Octal 141 37 272 60 123 0 33 412 107 53
Binary 1100001 11111 10111010 110000 1010011 0 11011 100001010 1000111 101011

Color Harmonies of #611FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611FBA

Black with #611FBA

Text Example


Text Example

White with #611FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611FBA; }

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

 H1.HeaderClassName
 {
   color: #611FBA;
 }
 .AnyTagClassName
 {
   color: #611FBA;
 }
</style>

background-color css

<style>
 a { background-color: #611FBA; }

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

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

border-color css

<style>
 span { border-color: #611FBA; }

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

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