Html Css Color HEX #642EDD Purple Heart

📋 copy color: '#642EDD'

red 100 ◦ green 46 ◦ blue 221

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

Shades of Purple Heart #642EDD

Tints of Purple Heart #642EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 27.25%
G = 12.53%
B = 60.22%

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

#642EDD (or 0x642EDD) is known color: Purple Heart. HEX triplet: 64, 2E and DD. RGB value is (100,46,221). Sum of RGB (Red+Green+Blue) = 100+46+221=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #642EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EDD is #9BD122. Grayscale: #515151. Windows color (decimal): -10211619 or 14495332. OLE color: 14495332.

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

Color convert

RGB 100 46 221 -
CMYK 0.55 0.79 0 0.13
HSL 258.51º 0.72% 0.52% -
HSV(B) 258.51º 0.79% 0.87% -
XYZ 19.28 9.88 69.3 -
YUV 82.1 206.39 140.77 -
System Red Green Blue C M Y K H S L
Decimal 100 46 221 0.55 0.79 0 0.13 258.51 0.72 0.52
Hex 64 2E DD 37 4F 0 D 103 48 34
Octal 144 56 335 67 117 0 15 403 110 64
Binary 1100100 101110 11011101 110111 1001111 0 1101 100000011 1001000 110100

Color Harmonies of #642EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642EDD

Black with #642EDD

Text Example


Text Example

White with #642EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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