Html Css Color HEX #611CBC Purple Heart

📋 copy color: '#611CBC'

red 97 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #611CBC

Tints of Purple Heart #611CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 30.99%
G = 8.95%
B = 60.06%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#611CBC (or 0x611CBC) is known color: Purple Heart. HEX triplet: 61, 1C and BC. RGB value is (97,28,188). Sum of RGB (Red+Green+Blue) = 97+28+188=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #611CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611CBC is #9EE343. Grayscale: #424242. Windows color (decimal): -10412868 or 12328033. OLE color: 12328033.

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

Color convert

RGB 97 28 188 -
CMYK 0.48 0.85 0 0.26
HSL 265.88º 0.74% 0.42% -
HSV(B) 265.88º 0.85% 0.74% -
XYZ 14.42 7 48.17 -
YUV 66.87 196.36 149.49 -
System Red Green Blue C M Y K H S L
Decimal 97 28 188 0.48 0.85 0 0.26 265.88 0.74 0.42
Hex 61 1C BC 30 55 0 1A 10A 4A 2A
Octal 141 34 274 60 125 0 32 412 112 52
Binary 1100001 11100 10111100 110000 1010101 0 11010 100001010 1001010 101010

Color Harmonies of #611CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611CBC

Black with #611CBC

Text Example


Text Example

White with #611CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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