Html Css Color HEX #642EDF Purple Heart

📋 copy color: '#642EDF'

red 100 ◦ green 46 ◦ blue 223

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

Shades of Purple Heart #642EDF

Tints of Purple Heart #642EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 27.1%
G = 12.47%
B = 60.43%

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

#642EDF (or 0x642EDF) is known color: Purple Heart. HEX triplet: 64, 2E and DF. RGB value is (100,46,223). Sum of RGB (Red+Green+Blue) = 100+46+223=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #642EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EDF is #9BD120. Grayscale: #515151. Windows color (decimal): -10211617 or 14626404. OLE color: 14626404.

HSL color Cylindrical-coordinate representation of color #642EDF: hue angle of 258.31º 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 #642EDF is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 46 223 -
CMYK 0.55 0.79 0 0.13
HSL 258.31º 0.73% 0.53% -
HSV(B) 258.31º 0.79% 0.87% -
XYZ 19.55 9.99 70.71 -
YUV 82.32 207.39 140.61 -
System Red Green Blue C M Y K H S L
Decimal 100 46 223 0.55 0.79 0 0.13 258.31 0.73 0.53
Hex 64 2E DF 37 4F 0 D 102 49 35
Octal 144 56 337 67 117 0 15 402 111 65
Binary 1100100 101110 11011111 110111 1001111 0 1101 100000010 1001001 110101

Color Harmonies of #642EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642EDF

Black with #642EDF

Text Example


Text Example

White with #642EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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