Html Css Color HEX #642CCA Purple Heart

📋 copy color: '#642CCA'

red 100 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #642CCA

Tints of Purple Heart #642CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.72%

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

R = 28.9%
G = 12.72%
B = 58.38%

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

#642CCA (or 0x642CCA) is known color: Purple Heart. HEX triplet: 64, 2C and CA. RGB value is (100,44,202). Sum of RGB (Red+Green+Blue) = 100+44+202=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #642CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CCA is #9BD335. Grayscale: #4E4E4E. Windows color (decimal): -10212150 or 13249636. OLE color: 13249636.

HSL color Cylindrical-coordinate representation of color #642CCA: hue angle of 261.27º 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 #642CCA is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 44 202 -
CMYK 0.50 0.78 0 0.21
HSL 261.27º 0.64% 0.48% -
HSV(B) 261.27º 0.78% 0.79% -
XYZ 16.82 8.77 56.68 -
YUV 78.76 197.55 143.15 -
System Red Green Blue C M Y K H S L
Decimal 100 44 202 0.50 0.78 0 0.21 261.27 0.64 0.48
Hex 64 2C CA 32 4E 0 15 105 40 30
Octal 144 54 312 62 116 0 25 405 100 60
Binary 1100100 101100 11001010 110010 1001110 0 10101 100000101 1000000 110000

Color Harmonies of #642CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642CCA

Black with #642CCA

Text Example


Text Example

White with #642CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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