Html Css Color HEX #642BAE Purple Heart

📋 copy color: '#642BAE'

red 100 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #642BAE

Tints of Purple Heart #642BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.89%

R = 31.55%
G = 13.56%
B = 54.89%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#642BAE (or 0x642BAE) is known color: Purple Heart. HEX triplet: 64, 2B and AE. RGB value is (100,43,174). Sum of RGB (Red+Green+Blue) = 100+43+174=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #642BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642BAE is #9BD451. Grayscale: #4A4A4A. Windows color (decimal): -10212434 or 11414372. OLE color: 11414372.

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

Color convert

RGB 100 43 174 -
CMYK 0.43 0.75 0 0.32
HSL 266.11º 0.6% 0.43% -
HSV(B) 266.11º 0.75% 0.68% -
XYZ 13.76 7.49 40.77 -
YUV 74.98 183.88 145.85 -
System Red Green Blue C M Y K H S L
Decimal 100 43 174 0.43 0.75 0 0.32 266.11 0.6 0.43
Hex 64 2B AE 2B 4B 0 20 10A 3C 2B
Octal 144 53 256 53 113 0 40 412 74 53
Binary 1100100 101011 10101110 101011 1001011 0 100000 100001010 111100 101011

Color Harmonies of #642BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BAE

Black with #642BAE

Text Example


Text Example

White with #642BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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