Html Css Color HEX #642DDA Purple Heart

📋 copy color: '#642DDA'

red 100 ◦ green 45 ◦ blue 218

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

Shades of Purple Heart #642DDA

Tints of Purple Heart #642DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 27.55%
G = 12.4%
B = 60.06%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#642DDA (or 0x642DDA) is known color: Purple Heart. HEX triplet: 64, 2D and DA. RGB value is (100,45,218). Sum of RGB (Red+Green+Blue) = 100+45+218=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #642DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DDA is #9BD225. Grayscale: #505050. Windows color (decimal): -10211878 or 14298468. OLE color: 14298468.

HSL color Cylindrical-coordinate representation of color #642DDA: hue angle of 259.08º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642DDA is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 45 218 -
CMYK 0.54 0.79 0 0.15
HSL 259.08º 0.7% 0.52% -
HSV(B) 259.08º 0.79% 0.85% -
XYZ 18.85 9.65 67.2 -
YUV 81.17 205.22 141.43 -
System Red Green Blue C M Y K H S L
Decimal 100 45 218 0.54 0.79 0 0.15 259.08 0.7 0.52
Hex 64 2D DA 36 4F 0 F 103 46 34
Octal 144 55 332 66 117 0 17 403 106 64
Binary 1100100 101101 11011010 110110 1001111 0 1111 100000011 1000110 110100

Color Harmonies of #642DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DDA

Black with #642DDA

Text Example


Text Example

White with #642DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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