Html Css Color HEX #642CAC Purple Heart

📋 copy color: '#642CAC'

red 100 ◦ green 44 ◦ blue 172

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

Shades of Purple Heart #642CAC

Tints of Purple Heart #642CAC

RGB

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

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

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

R = 31.65%
G = 13.92%
B = 54.43%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#642CAC (or 0x642CAC) is known color: Purple Heart. HEX triplet: 64, 2C and AC. RGB value is (100,44,172). Sum of RGB (Red+Green+Blue) = 100+44+172=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #642CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642CAC is #9BD353. Grayscale: #4A4A4A. Windows color (decimal): -10212180 or 11283556. OLE color: 11283556.

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

Color convert

RGB 100 44 172 -
CMYK 0.42 0.74 0 0.33
HSL 266.25º 0.59% 0.42% -
HSV(B) 266.25º 0.74% 0.67% -
XYZ 13.6 7.49 39.76 -
YUV 75.34 182.55 145.59 -
System Red Green Blue C M Y K H S L
Decimal 100 44 172 0.42 0.74 0 0.33 266.25 0.59 0.42
Hex 64 2C AC 2A 4A 0 21 10A 3B 2A
Octal 144 54 254 52 112 0 41 412 73 52
Binary 1100100 101100 10101100 101010 1001010 0 100001 100001010 111011 101010

Color Harmonies of #642CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642CAC

Black with #642CAC

Text Example


Text Example

White with #642CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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