Html Css Color HEX #642BAD Purple Heart

📋 copy color: '#642BAD'

red 100 ◦ green 43 ◦ blue 173

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

Shades of Purple Heart #642BAD

Tints of Purple Heart #642BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 31.65%
G = 13.61%
B = 54.75%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#642BAD (or 0x642BAD) is known color: Purple Heart. HEX triplet: 64, 2B and AD. RGB value is (100,43,173). Sum of RGB (Red+Green+Blue) = 100+43+173=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #642BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642BAD is #9BD452. Grayscale: #4A4A4A. Windows color (decimal): -10212435 or 11348836. OLE color: 11348836.

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

Color convert

RGB 100 43 173 -
CMYK 0.42 0.75 0 0.32
HSL 266.31º 0.6% 0.42% -
HSV(B) 266.31º 0.75% 0.68% -
XYZ 13.66 7.45 40.25 -
YUV 74.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 100 43 173 0.42 0.75 0 0.32 266.31 0.6 0.42
Hex 64 2B AD 2A 4B 0 20 10A 3C 2A
Octal 144 53 255 52 113 0 40 412 74 52
Binary 1100100 101011 10101101 101010 1001011 0 100000 100001010 111100 101010

Color Harmonies of #642BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BAD

Black with #642BAD

Text Example


Text Example

White with #642BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,43,173); }

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

background-color css

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

 a { background-color: rgb(100,43,173); }

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

border-color css

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

 span { border-color: rgb(100,43,173); }

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