Html Css Color HEX #611CBE Purple Heart

📋 copy color: '#611CBE'

red 97 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #611CBE

Tints of Purple Heart #611CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

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

R = 30.79%
G = 8.89%
B = 60.32%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#611CBE (or 0x611CBE) is known color: Purple Heart. HEX triplet: 61, 1C and BE. RGB value is (97,28,190). Sum of RGB (Red+Green+Blue) = 97+28+190=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #611CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611CBE is #9EE341. Grayscale: #424242. Windows color (decimal): -10412866 or 12459105. OLE color: 12459105.

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

Color convert

RGB 97 28 190 -
CMYK 0.49 0.85 0 0.25
HSL 265.56º 0.74% 0.43% -
HSV(B) 265.56º 0.85% 0.75% -
XYZ 14.64 7.09 49.31 -
YUV 67.1 197.36 149.33 -
System Red Green Blue C M Y K H S L
Decimal 97 28 190 0.49 0.85 0 0.25 265.56 0.74 0.43
Hex 61 1C BE 31 55 0 19 10A 4A 2B
Octal 141 34 276 61 125 0 31 412 112 53
Binary 1100001 11100 10111110 110001 1010101 0 11001 100001010 1001010 101011

Color Harmonies of #611CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611CBE

Black with #611CBE

Text Example


Text Example

White with #611CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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