Html Css Color HEX #642ECD Purple Heart

📋 copy color: '#642ECD'

red 100 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #642ECD

Tints of Purple Heart #642ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 28.49%
G = 13.11%
B = 58.4%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#642ECD (or 0x642ECD) is known color: Purple Heart. HEX triplet: 64, 2E and CD. RGB value is (100,46,205). Sum of RGB (Red+Green+Blue) = 100+46+205=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #642ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ECD is #9BD132. Grayscale: #4F4F4F. Windows color (decimal): -10211635 or 13446756. OLE color: 13446756.

HSL color Cylindrical-coordinate representation of color #642ECD: hue angle of 260.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642ECD is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 46 205 -
CMYK 0.51 0.78 0 0.20
HSL 260.38º 0.63% 0.49% -
HSV(B) 260.38º 0.78% 0.8% -
XYZ 17.25 9.07 58.6 -
YUV 80.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 100 46 205 0.51 0.78 0 0.20 260.38 0.63 0.49
Hex 64 2E CD 33 4E 0 14 104 3F 31
Octal 144 56 315 63 116 0 24 404 77 61
Binary 1100100 101110 11001101 110011 1001110 0 10100 100000100 111111 110001

Color Harmonies of #642ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642ECD

Black with #642ECD

Text Example


Text Example

White with #642ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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