Html Css Color HEX #611ACE Purple Heart

📋 copy color: '#611ACE'

red 97 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #611ACE

Tints of Purple Heart #611ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.9%

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 29.48%
G = 7.9%
B = 62.61%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#611ACE (or 0x611ACE) is known color: Purple Heart. HEX triplet: 61, 1A and CE. RGB value is (97,26,206). Sum of RGB (Red+Green+Blue) = 97+26+206=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #611ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611ACE is #9EE531. Grayscale: #434343. Windows color (decimal): -10413362 or 13507169. OLE color: 13507169.

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

Color convert

RGB 97 26 206 -
CMYK 0.53 0.87 0 0.19
HSL 263.67º 0.78% 0.45% -
HSV(B) 263.67º 0.87% 0.81% -
XYZ 16.44 7.74 59.02 -
YUV 67.75 206.02 148.86 -
System Red Green Blue C M Y K H S L
Decimal 97 26 206 0.53 0.87 0 0.19 263.67 0.78 0.45
Hex 61 1A CE 35 57 0 13 108 4E 2D
Octal 141 32 316 65 127 0 23 410 116 55
Binary 1100001 11010 11001110 110101 1010111 0 10011 100001000 1001110 101101

Color Harmonies of #611ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611ACE

Black with #611ACE

Text Example


Text Example

White with #611ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,26,206); }

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

background-color css

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

 a { background-color: rgb(97,26,206); }

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

border-color css

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

 span { border-color: rgb(97,26,206); }

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