Html Css Color HEX #642CAB Purple Heart

📋 copy color: '#642CAB'

red 100 ◦ green 44 ◦ blue 171

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

Shades of Purple Heart #642CAB

Tints of Purple Heart #642CAB

RGB

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

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

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

R = 31.75%
G = 13.97%
B = 54.29%

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

#642CAB (or 0x642CAB) is known color: Purple Heart. HEX triplet: 64, 2C and AB. RGB value is (100,44,171). Sum of RGB (Red+Green+Blue) = 100+44+171=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #642CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642CAB is #9BD354. Grayscale: #4A4A4A. Windows color (decimal): -10212181 or 11218020. OLE color: 11218020.

HSL color Cylindrical-coordinate representation of color #642CAB: hue angle of 266.46º 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 #642CAB is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 44 171 -
CMYK 0.42 0.74 0 0.33
HSL 266.46º 0.59% 0.42% -
HSV(B) 266.46º 0.74% 0.67% -
XYZ 13.51 7.45 39.25 -
YUV 75.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 100 44 171 0.42 0.74 0 0.33 266.46 0.59 0.42
Hex 64 2C AB 2A 4A 0 21 10A 3B 2A
Octal 144 54 253 52 112 0 41 412 73 52
Binary 1100100 101100 10101011 101010 1001010 0 100001 100001010 111011 101010

Color Harmonies of #642CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642CAB

Black with #642CAB

Text Example


Text Example

White with #642CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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