Html Css Color HEX #642DE3 Purple Heart

📋 copy color: '#642DE3'

red 100 ◦ green 45 ◦ blue 227

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

Shades of Purple Heart #642DE3

Tints of Purple Heart #642DE3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.1%

 BLUE value IS 227 (89.06% from 255) = 61.02%

R = 26.88%
G = 12.1%
B = 61.02%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#642DE3 (or 0x642DE3) is known color: Purple Heart. HEX triplet: 64, 2D and E3. RGB value is (100,45,227). Sum of RGB (Red+Green+Blue) = 100+45+227=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 227 (89.06% from 255 or 61.02% from 372); Max value from RGB is 227 - color contains mainly: blue. Hex color #642DE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DE3 is #9BD21C. Grayscale: #515151. Windows color (decimal): -10211869 or 14888292. OLE color: 14888292.

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

Color convert

RGB 100 45 227 -
CMYK 0.56 0.80 0 0.11
HSL 258.13º 0.76% 0.53% -
HSV(B) 258.13º 0.8% 0.89% -
XYZ 20.06 10.13 73.57 -
YUV 82.19 209.72 140.7 -
System Red Green Blue C M Y K H S L
Decimal 100 45 227 0.56 0.80 0 0.11 258.13 0.76 0.53
Hex 64 2D E3 38 50 0 B 102 4C 35
Octal 144 55 343 70 120 0 13 402 114 65
Binary 1100100 101101 11100011 111000 1010000 0 1011 100000010 1001100 110101

Color Harmonies of #642DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DE3

Black with #642DE3

Text Example


Text Example

White with #642DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,45,227); }

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

background-color css

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

 a { background-color: rgb(100,45,227); }

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

border-color css

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

 span { border-color: rgb(100,45,227); }

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