Html Css Color HEX #611EAF Purple Heart

📋 copy color: '#611EAF'

red 97 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #611EAF

Tints of Purple Heart #611EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.95%

R = 32.12%
G = 9.93%
B = 57.95%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#611EAF (or 0x611EAF) is known color: Purple Heart. HEX triplet: 61, 1E and AF. RGB value is (97,30,175). Sum of RGB (Red+Green+Blue) = 97+30+175=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #611EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611EAF is #9EE150. Grayscale: #424242. Windows color (decimal): -10412369 or 11476577. OLE color: 11476577.

HSL color Cylindrical-coordinate representation of color #611EAF: hue angle of 267.72º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611EAF is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 30 175 -
CMYK 0.45 0.83 0 0.31
HSL 267.72º 0.71% 0.4% -
HSV(B) 267.72º 0.83% 0.69% -
XYZ 13.13 6.57 41.13 -
YUV 66.56 189.2 149.71 -
System Red Green Blue C M Y K H S L
Decimal 97 30 175 0.45 0.83 0 0.31 267.72 0.71 0.4
Hex 61 1E AF 2D 53 0 1F 10C 47 28
Octal 141 36 257 55 123 0 37 414 107 50
Binary 1100001 11110 10101111 101101 1010011 0 11111 100001100 1000111 101000

Color Harmonies of #611EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611EAF

Black with #611EAF

Text Example


Text Example

White with #611EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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