Html Css Color HEX #642EC4 Purple Heart

📋 copy color: '#642EC4'

red 100 ◦ green 46 ◦ blue 196

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

Shades of Purple Heart #642EC4

Tints of Purple Heart #642EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 57.31%

R = 29.24%
G = 13.45%
B = 57.31%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#642EC4 (or 0x642EC4) is known color: Purple Heart. HEX triplet: 64, 2E and C4. RGB value is (100,46,196). Sum of RGB (Red+Green+Blue) = 100+46+196=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #642EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EC4 is #9BD13B. Grayscale: #4E4E4E. Windows color (decimal): -10211644 or 12856932. OLE color: 12856932.

HSL color Cylindrical-coordinate representation of color #642EC4: hue angle of 261.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642EC4 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 100 46 196 -
CMYK 0.49 0.77 0 0.23
HSL 261.6º 0.62% 0.47% -
HSV(B) 261.6º 0.77% 0.77% -
XYZ 16.2 8.65 53.04 -
YUV 79.25 193.89 142.8 -
System Red Green Blue C M Y K H S L
Decimal 100 46 196 0.49 0.77 0 0.23 261.6 0.62 0.47
Hex 64 2E C4 31 4D 0 17 106 3E 2F
Octal 144 56 304 61 115 0 27 406 76 57
Binary 1100100 101110 11000100 110001 1001101 0 10111 100000110 111110 101111

Color Harmonies of #642EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642EC4

Black with #642EC4

Text Example


Text Example

White with #642EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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