Html Css Color HEX #642AAF Purple Heart

📋 copy color: '#642AAF'

red 100 ◦ green 42 ◦ blue 175

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

Shades of Purple Heart #642AAF

Tints of Purple Heart #642AAF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.25%

 BLUE value IS 175 (68.75% from 255) = 55.21%

R = 31.55%
G = 13.25%
B = 55.21%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#642AAF (or 0x642AAF) is known color: Purple Heart. HEX triplet: 64, 2A and AF. RGB value is (100,42,175). Sum of RGB (Red+Green+Blue) = 100+42+175=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #642AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642AAF is #9BD550. Grayscale: #4A4A4A. Windows color (decimal): -10212689 or 11479652. OLE color: 11479652.

HSL color Cylindrical-coordinate representation of color #642AAF: hue angle of 266.17º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642AAF is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 42 175 -
CMYK 0.43 0.76 0 0.31
HSL 266.17º 0.61% 0.43% -
HSV(B) 266.17º 0.76% 0.69% -
XYZ 13.82 7.46 41.27 -
YUV 74.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 100 42 175 0.43 0.76 0 0.31 266.17 0.61 0.43
Hex 64 2A AF 2B 4C 0 1F 10A 3D 2B
Octal 144 52 257 53 114 0 37 412 75 53
Binary 1100100 101010 10101111 101011 1001100 0 11111 100001010 111101 101011

Color Harmonies of #642AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642AAF

Black with #642AAF

Text Example


Text Example

White with #642AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,42,175); }

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

background-color css

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

 a { background-color: rgb(100,42,175); }

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

border-color css

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

 span { border-color: rgb(100,42,175); }

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