Html Css Color HEX #642DDC Purple Heart

📋 copy color: '#642DDC'

red 100 ◦ green 45 ◦ blue 220

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

Shades of Purple Heart #642DDC

Tints of Purple Heart #642DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.27%

R = 27.4%
G = 12.33%
B = 60.27%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#642DDC (or 0x642DDC) is known color: Purple Heart. HEX triplet: 64, 2D and DC. RGB value is (100,45,220). Sum of RGB (Red+Green+Blue) = 100+45+220=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #642DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DDC is #9BD223. Grayscale: #505050. Windows color (decimal): -10211876 or 14429540. OLE color: 14429540.

HSL color Cylindrical-coordinate representation of color #642DDC: hue angle of 258.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642DDC is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 45 220 -
CMYK 0.55 0.80 0 0.14
HSL 258.86º 0.71% 0.52% -
HSV(B) 258.86º 0.8% 0.86% -
XYZ 19.11 9.75 68.59 -
YUV 81.4 206.22 141.27 -
System Red Green Blue C M Y K H S L
Decimal 100 45 220 0.55 0.80 0 0.14 258.86 0.71 0.52
Hex 64 2D DC 37 50 0 E 103 47 34
Octal 144 55 334 67 120 0 16 403 107 64
Binary 1100100 101101 11011100 110111 1010000 0 1110 100000011 1000111 110100

Color Harmonies of #642DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DDC

Black with #642DDC

Text Example


Text Example

White with #642DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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