Html Css Color HEX #642EAC Purple Heart

📋 copy color: '#642EAC'

red 100 ◦ green 46 ◦ blue 172

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

Shades of Purple Heart #642EAC

Tints of Purple Heart #642EAC

RGB

 RED value IS 100 (39.45% from 255) = 31.45%

 GREEN value IS 46 (18.36% from 255) = 14.47%

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

R = 31.45%
G = 14.47%
B = 54.09%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#642EAC (or 0x642EAC) is known color: Purple Heart. HEX triplet: 64, 2E and AC. RGB value is (100,46,172). Sum of RGB (Red+Green+Blue) = 100+46+172=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #642EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642EAC is #9BD153. Grayscale: #4C4C4C. Windows color (decimal): -10211668 or 11284068. OLE color: 11284068.

HSL color Cylindrical-coordinate representation of color #642EAC: hue angle of 265.71º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642EAC is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 46 172 -
CMYK 0.42 0.73 0 0.33
HSL 265.71º 0.58% 0.43% -
HSV(B) 265.71º 0.73% 0.67% -
XYZ 13.68 7.64 39.78 -
YUV 76.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 100 46 172 0.42 0.73 0 0.33 265.71 0.58 0.43
Hex 64 2E AC 2A 49 0 21 10A 3A 2B
Octal 144 56 254 52 111 0 41 412 72 53
Binary 1100100 101110 10101100 101010 1001001 0 100001 100001010 111010 101011

Color Harmonies of #642EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642EAC

Black with #642EAC

Text Example


Text Example

White with #642EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,46,172); }

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

background-color css

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

 a { background-color: rgb(100,46,172); }

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

border-color css

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

 span { border-color: rgb(100,46,172); }

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