Html Css Color HEX #611BBD Purple Heart

📋 copy color: '#611BBD'

red 97 ◦ green 27 ◦ blue 189

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

Shades of Purple Heart #611BBD

Tints of Purple Heart #611BBD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.63%

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 30.99%
G = 8.63%
B = 60.38%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#611BBD (or 0x611BBD) is known color: Purple Heart. HEX triplet: 61, 1B and BD. RGB value is (97,27,189). Sum of RGB (Red+Green+Blue) = 97+27+189=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #611BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611BBD is #9EE442. Grayscale: #414141. Windows color (decimal): -10413123 or 12393313. OLE color: 12393313.

HSL color Cylindrical-coordinate representation of color #611BBD: hue angle of 265.93º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611BBD is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 27 189 -
CMYK 0.49 0.86 0 0.26
HSL 265.93º 0.75% 0.42% -
HSV(B) 265.93º 0.86% 0.74% -
XYZ 14.51 7 48.73 -
YUV 66.4 197.19 149.83 -
System Red Green Blue C M Y K H S L
Decimal 97 27 189 0.49 0.86 0 0.26 265.93 0.75 0.42
Hex 61 1B BD 31 56 0 1A 10A 4B 2A
Octal 141 33 275 61 126 0 32 412 113 52
Binary 1100001 11011 10111101 110001 1010110 0 11010 100001010 1001011 101010

Color Harmonies of #611BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611BBD

Black with #611BBD

Text Example


Text Example

White with #611BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,27,189); }

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

background-color css

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

 a { background-color: rgb(97,27,189); }

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

border-color css

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

 span { border-color: rgb(97,27,189); }

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