Html Css Color HEX #642ECE Purple Heart

📋 copy color: '#642ECE'

red 100 ◦ green 46 ◦ blue 206

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

Shades of Purple Heart #642ECE

Tints of Purple Heart #642ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.52%

R = 28.41%
G = 13.07%
B = 58.52%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#642ECE (or 0x642ECE) is known color: Purple Heart. HEX triplet: 64, 2E and CE. RGB value is (100,46,206). Sum of RGB (Red+Green+Blue) = 100+46+206=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #642ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ECE is #9BD131. Grayscale: #4F4F4F. Windows color (decimal): -10211634 or 13512292. OLE color: 13512292.

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

Color convert

RGB 100 46 206 -
CMYK 0.51 0.78 0 0.19
HSL 260.25º 0.63% 0.49% -
HSV(B) 260.25º 0.78% 0.81% -
XYZ 17.37 9.12 59.24 -
YUV 80.39 198.89 141.99 -
System Red Green Blue C M Y K H S L
Decimal 100 46 206 0.51 0.78 0 0.19 260.25 0.63 0.49
Hex 64 2E CE 33 4E 0 13 104 3F 31
Octal 144 56 316 63 116 0 23 404 77 61
Binary 1100100 101110 11001110 110011 1001110 0 10011 100000100 111111 110001

Color Harmonies of #642ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642ECE

Black with #642ECE

Text Example


Text Example

White with #642ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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