Html Css Color HEX #642CAE Purple Heart

📋 copy color: '#642CAE'

red 100 ◦ green 44 ◦ blue 174

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

Shades of Purple Heart #642CAE

Tints of Purple Heart #642CAE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

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

R = 31.45%
G = 13.84%
B = 54.72%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#642CAE (or 0x642CAE) is known color: Purple Heart. HEX triplet: 64, 2C and AE. RGB value is (100,44,174). Sum of RGB (Red+Green+Blue) = 100+44+174=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #642CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642CAE is #9BD351. Grayscale: #4B4B4B. Windows color (decimal): -10212178 or 11414628. OLE color: 11414628.

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

Color convert

RGB 100 44 174 -
CMYK 0.43 0.75 0 0.32
HSL 265.85º 0.6% 0.43% -
HSV(B) 265.85º 0.75% 0.68% -
XYZ 13.8 7.57 40.78 -
YUV 75.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 100 44 174 0.43 0.75 0 0.32 265.85 0.6 0.43
Hex 64 2C AE 2B 4B 0 20 10A 3C 2B
Octal 144 54 256 53 113 0 40 412 74 53
Binary 1100100 101100 10101110 101011 1001011 0 100000 100001010 111100 101011

Color Harmonies of #642CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642CAE

Black with #642CAE

Text Example


Text Example

White with #642CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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