Html Css Color HEX #642FAE Purple Heart

📋 copy color: '#642FAE'

red 100 ◦ green 47 ◦ blue 174

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

Shades of Purple Heart #642FAE

Tints of Purple Heart #642FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.64%

 BLUE value IS 174 (68.36% from 255) = 54.21%

R = 31.15%
G = 14.64%
B = 54.21%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#642FAE (or 0x642FAE) is known color: Purple Heart. HEX triplet: 64, 2F and AE. RGB value is (100,47,174). Sum of RGB (Red+Green+Blue) = 100+47+174=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #642FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642FAE is #9BD051. Grayscale: #4C4C4C. Windows color (decimal): -10211410 or 11415396. OLE color: 11415396.

HSL color Cylindrical-coordinate representation of color #642FAE: hue angle of 265.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642FAE is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 47 174 -
CMYK 0.43 0.73 0 0.32
HSL 265.04º 0.57% 0.43% -
HSV(B) 265.04º 0.73% 0.68% -
XYZ 13.91 7.8 40.82 -
YUV 77.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 100 47 174 0.43 0.73 0 0.32 265.04 0.57 0.43
Hex 64 2F AE 2B 49 0 20 109 39 2B
Octal 144 57 256 53 111 0 40 411 71 53
Binary 1100100 101111 10101110 101011 1001001 0 100000 100001001 111001 101011

Color Harmonies of #642FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FAE

Black with #642FAE

Text Example


Text Example

White with #642FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,47,174); }

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

background-color css

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

 a { background-color: rgb(100,47,174); }

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

border-color css

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

 span { border-color: rgb(100,47,174); }

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