Html Css Color HEX #642EDE Purple Heart

📋 copy color: '#642EDE'

red 100 ◦ green 46 ◦ blue 222

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

Shades of Purple Heart #642EDE

Tints of Purple Heart #642EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.33%

R = 27.17%
G = 12.5%
B = 60.33%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#642EDE (or 0x642EDE) is known color: Purple Heart. HEX triplet: 64, 2E and DE. RGB value is (100,46,222). Sum of RGB (Red+Green+Blue) = 100+46+222=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #642EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EDE is #9BD121. Grayscale: #515151. Windows color (decimal): -10211618 or 14560868. OLE color: 14560868.

HSL color Cylindrical-coordinate representation of color #642EDE: hue angle of 258.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642EDE is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 46 222 -
CMYK 0.55 0.79 0 0.13
HSL 258.41º 0.73% 0.53% -
HSV(B) 258.41º 0.79% 0.87% -
XYZ 19.42 9.94 70 -
YUV 82.21 206.89 140.69 -
System Red Green Blue C M Y K H S L
Decimal 100 46 222 0.55 0.79 0 0.13 258.41 0.73 0.53
Hex 64 2E DE 37 4F 0 D 102 49 35
Octal 144 56 336 67 117 0 15 402 111 65
Binary 1100100 101110 11011110 110111 1001111 0 1101 100000010 1001001 110101

Color Harmonies of #642EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642EDE

Black with #642EDE

Text Example


Text Example

White with #642EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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