Html Css Color HEX #642BAB Purple Heart

📋 copy color: '#642BAB'

red 100 ◦ green 43 ◦ blue 171

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

Shades of Purple Heart #642BAB

Tints of Purple Heart #642BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 31.85%
G = 13.69%
B = 54.46%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#642BAB (or 0x642BAB) is known color: Purple Heart. HEX triplet: 64, 2B and AB. RGB value is (100,43,171). Sum of RGB (Red+Green+Blue) = 100+43+171=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #642BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642BAB is #9BD454. Grayscale: #4A4A4A. Windows color (decimal): -10212437 or 11217764. OLE color: 11217764.

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

Color convert

RGB 100 43 171 -
CMYK 0.42 0.75 0 0.33
HSL 266.72º 0.6% 0.42% -
HSV(B) 266.72º 0.75% 0.67% -
XYZ 13.47 7.38 39.24 -
YUV 74.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 100 43 171 0.42 0.75 0 0.33 266.72 0.6 0.42
Hex 64 2B AB 2A 4B 0 21 10B 3C 2A
Octal 144 53 253 52 113 0 41 413 74 52
Binary 1100100 101011 10101011 101010 1001011 0 100001 100001011 111100 101010

Color Harmonies of #642BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BAB

Black with #642BAB

Text Example


Text Example

White with #642BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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