Html Css Color HEX #642EE1 Purple Heart

📋 copy color: '#642EE1'

red 100 ◦ green 46 ◦ blue 225

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

Shades of Purple Heart #642EE1

Tints of Purple Heart #642EE1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.4%

 BLUE value IS 225 (88.28% from 255) = 60.65%

R = 26.95%
G = 12.4%
B = 60.65%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#642EE1 (or 0x642EE1) is known color: Purple Heart. HEX triplet: 64, 2E and E1. RGB value is (100,46,225). Sum of RGB (Red+Green+Blue) = 100+46+225=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #642EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EE1 is #9BD11E. Grayscale: #515151. Windows color (decimal): -10211615 or 14757476. OLE color: 14757476.

HSL color Cylindrical-coordinate representation of color #642EE1: hue angle of 258.1º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642EE1 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 46 225 -
CMYK 0.56 0.80 0 0.12
HSL 258.1º 0.75% 0.53% -
HSV(B) 258.1º 0.8% 0.88% -
XYZ 19.82 10.1 72.14 -
YUV 82.55 208.39 140.45 -
System Red Green Blue C M Y K H S L
Decimal 100 46 225 0.56 0.80 0 0.12 258.1 0.75 0.53
Hex 64 2E E1 38 50 0 C 102 4B 35
Octal 144 56 341 70 120 0 14 402 113 65
Binary 1100100 101110 11100001 111000 1010000 0 1100 100000010 1001011 110101

Color Harmonies of #642EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642EE1

Black with #642EE1

Text Example


Text Example

White with #642EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,46,225); }

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

background-color css

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

 a { background-color: rgb(100,46,225); }

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

border-color css

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

 span { border-color: rgb(100,46,225); }

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