Html Css Color HEX #642DAC Purple Heart

📋 copy color: '#642DAC'

red 100 ◦ green 45 ◦ blue 172

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

Shades of Purple Heart #642DAC

Tints of Purple Heart #642DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

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

R = 31.55%
G = 14.2%
B = 54.26%

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

#642DAC (or 0x642DAC) is known color: Purple Heart. HEX triplet: 64, 2D and AC. RGB value is (100,45,172). Sum of RGB (Red+Green+Blue) = 100+45+172=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #642DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642DAC is #9BD253. Grayscale: #4B4B4B. Windows color (decimal): -10211924 or 11283812. OLE color: 11283812.

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

Color convert

RGB 100 45 172 -
CMYK 0.42 0.74 0 0.33
HSL 265.98º 0.59% 0.43% -
HSV(B) 265.98º 0.74% 0.67% -
XYZ 13.64 7.56 39.77 -
YUV 75.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 100 45 172 0.42 0.74 0 0.33 265.98 0.59 0.43
Hex 64 2D AC 2A 4A 0 21 10A 3B 2B
Octal 144 55 254 52 112 0 41 412 73 53
Binary 1100100 101101 10101100 101010 1001010 0 100001 100001010 111011 101011

Color Harmonies of #642DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DAC

Black with #642DAC

Text Example


Text Example

White with #642DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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