Html Css Color HEX #642DCA Purple Heart

📋 copy color: '#642DCA'

red 100 ◦ green 45 ◦ blue 202

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

Shades of Purple Heart #642DCA

Tints of Purple Heart #642DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.21%

R = 28.82%
G = 12.97%
B = 58.21%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#642DCA (or 0x642DCA) is known color: Purple Heart. HEX triplet: 64, 2D and CA. RGB value is (100,45,202). Sum of RGB (Red+Green+Blue) = 100+45+202=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #642DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DCA is #9BD235. Grayscale: #4E4E4E. Windows color (decimal): -10211894 or 13249892. OLE color: 13249892.

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

Color convert

RGB 100 45 202 -
CMYK 0.50 0.78 0 0.21
HSL 261.02º 0.64% 0.48% -
HSV(B) 261.02º 0.78% 0.79% -
XYZ 16.85 8.85 56.7 -
YUV 79.34 197.22 142.73 -
System Red Green Blue C M Y K H S L
Decimal 100 45 202 0.50 0.78 0 0.21 261.02 0.64 0.48
Hex 64 2D CA 32 4E 0 15 105 40 30
Octal 144 55 312 62 116 0 25 405 100 60
Binary 1100100 101101 11001010 110010 1001110 0 10101 100000101 1000000 110000

Color Harmonies of #642DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DCA

Black with #642DCA

Text Example


Text Example

White with #642DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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