Html Css Color HEX #642AC0 Purple Heart

📋 copy color: '#642AC0'

red 100 ◦ green 42 ◦ blue 192

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

Shades of Purple Heart #642AC0

Tints of Purple Heart #642AC0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.57%

 BLUE value IS 192 (75.39% from 255) = 57.49%

R = 29.94%
G = 12.57%
B = 57.49%

CMYK

 C value IS 0.48

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#642AC0 (or 0x642AC0) is known color: Purple Heart. HEX triplet: 64, 2A and C0. RGB value is (100,42,192). Sum of RGB (Red+Green+Blue) = 100+42+192=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #642AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642AC0 is #9BD53F. Grayscale: #4B4B4B. Windows color (decimal): -10212672 or 12593764. OLE color: 12593764.

HSL color Cylindrical-coordinate representation of color #642AC0: hue angle of 263.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642AC0 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 42 192 -
CMYK 0.48 0.78 0 0.25
HSL 263.2º 0.64% 0.46% -
HSV(B) 263.2º 0.78% 0.75% -
XYZ 15.6 8.17 50.62 -
YUV 76.44 193.22 144.8 -
System Red Green Blue C M Y K H S L
Decimal 100 42 192 0.48 0.78 0 0.25 263.2 0.64 0.46
Hex 64 2A C0 30 4E 0 19 107 40 2E
Octal 144 52 300 60 116 0 31 407 100 56
Binary 1100100 101010 11000000 110000 1001110 0 11001 100000111 1000000 101110

Color Harmonies of #642AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642AC0

Black with #642AC0

Text Example


Text Example

White with #642AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,42,192); }

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

background-color css

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

 a { background-color: rgb(100,42,192); }

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

border-color css

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

 span { border-color: rgb(100,42,192); }

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