Html Css Color HEX #611ECF Purple Heart

📋 copy color: '#611ECF'

red 97 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #611ECF

Tints of Purple Heart #611ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.98%

 BLUE value IS 207 (81.25% from 255) = 61.98%

R = 29.04%
G = 8.98%
B = 61.98%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#611ECF (or 0x611ECF) is known color: Purple Heart. HEX triplet: 61, 1E and CF. RGB value is (97,30,207). Sum of RGB (Red+Green+Blue) = 97+30+207=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #611ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611ECF is #9EE130. Grayscale: #454545. Windows color (decimal): -10412337 or 13573729. OLE color: 13573729.

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

Color convert

RGB 97 30 207 -
CMYK 0.53 0.86 0 0.19
HSL 262.71º 0.75% 0.46% -
HSV(B) 262.71º 0.86% 0.81% -
XYZ 16.66 7.97 59.69 -
YUV 70.21 205.2 147.11 -
System Red Green Blue C M Y K H S L
Decimal 97 30 207 0.53 0.86 0 0.19 262.71 0.75 0.46
Hex 61 1E CF 35 56 0 13 107 4B 2E
Octal 141 36 317 65 126 0 23 407 113 56
Binary 1100001 11110 11001111 110101 1010110 0 10011 100000111 1001011 101110

Color Harmonies of #611ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611ECF

Black with #611ECF

Text Example


Text Example

White with #611ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,30,207); }

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

background-color css

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

 a { background-color: rgb(97,30,207); }

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

border-color css

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

 span { border-color: rgb(97,30,207); }

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