Html Css Color HEX #650EAC Purple Heart

📋 copy color: '#650EAC'

red 101 ◦ green 14 ◦ blue 172

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

Shades of Purple Heart #650EAC

Tints of Purple Heart #650EAC

RGB

 RED value IS 101 (39.84% from 255) = 35.19%

 GREEN value IS 14 (5.86% from 255) = 4.88%

 BLUE value IS 172 (67.58% from 255) = 59.93%

R = 35.19%
G = 4.88%
B = 59.93%

CMYK

 C value IS 0.41

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#650EAC (or 0x650EAC) is known color: Purple Heart. HEX triplet: 65, 0E and AC. RGB value is (101,14,172). Sum of RGB (Red+Green+Blue) = 101+14+172=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #650EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650EAC is #9AF153. Grayscale: #393939. Windows color (decimal): -10154324 or 11275877. OLE color: 11275877.

HSL color Cylindrical-coordinate representation of color #650EAC: hue angle of 273.04º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650EAC is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 14 172 -
CMYK 0.41 0.92 0 0.33
HSL 273.04º 0.85% 0.36% -
HSV(B) 273.04º 0.92% 0.67% -
XYZ 12.97 6.06 39.52 -
YUV 58.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 101 14 172 0.41 0.92 0 0.33 273.04 0.85 0.36
Hex 65 E AC 29 5C 0 21 111 55 24
Octal 145 16 254 51 134 0 41 421 125 44
Binary 1100101 1110 10101100 101001 1011100 0 100001 100010001 1010101 100100

Color Harmonies of #650EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650EAC

Black with #650EAC

Text Example


Text Example

White with #650EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650EAC; }

 p { color: rgb(101,14,172); }

 H1.HeaderClassName
 {
   color: #650EAC;
 }
 .AnyTagClassName
 {
   color: #650EAC;
 }
</style>

background-color css

<style>
 a { background-color: #650EAC; }

 a { background-color: rgb(101,14,172); }

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

border-color css

<style>
 span { border-color: #650EAC; }

 span { border-color: rgb(101,14,172); }

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