Html Css Color HEX #611DCC Purple Heart

📋 copy color: '#611DCC'

red 97 ◦ green 29 ◦ blue 204

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

Shades of Purple Heart #611DCC

Tints of Purple Heart #611DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.79%

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 29.39%
G = 8.79%
B = 61.82%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#611DCC (or 0x611DCC) is known color: Purple Heart. HEX triplet: 61, 1D and CC. RGB value is (97,29,204). Sum of RGB (Red+Green+Blue) = 97+29+204=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #611DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DCC is #9EE233. Grayscale: #444444. Windows color (decimal): -10412596 or 13376865. OLE color: 13376865.

HSL color Cylindrical-coordinate representation of color #611DCC: hue angle of 263.31º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611DCC is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 29 204 -
CMYK 0.52 0.86 0 0.2
HSL 263.31º 0.75% 0.46% -
HSV(B) 263.31º 0.86% 0.8% -
XYZ 16.27 7.78 57.77 -
YUV 69.28 204.03 147.77 -
System Red Green Blue C M Y K H S L
Decimal 97 29 204 0.52 0.86 0 0.2 263.31 0.75 0.46
Hex 61 1D CC 34 56 0 14 107 4B 2E
Octal 141 35 314 64 126 0 24 407 113 56
Binary 1100001 11101 11001100 110100 1010110 0 10100 100000111 1001011 101110

Color Harmonies of #611DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DCC

Black with #611DCC

Text Example


Text Example

White with #611DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,29,204); }

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

background-color css

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

 a { background-color: rgb(97,29,204); }

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

border-color css

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

 span { border-color: rgb(97,29,204); }

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