Html Css Color HEX #642CCF Purple Heart

📋 copy color: '#642CCF'

red 100 ◦ green 44 ◦ blue 207

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

Shades of Purple Heart #642CCF

Tints of Purple Heart #642CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.97%

R = 28.49%
G = 12.54%
B = 58.97%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#642CCF (or 0x642CCF) is known color: Purple Heart. HEX triplet: 64, 2C and CF. RGB value is (100,44,207). Sum of RGB (Red+Green+Blue) = 100+44+207=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #642CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CCF is #9BD330. Grayscale: #4E4E4E. Windows color (decimal): -10212145 or 13577316. OLE color: 13577316.

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

Color convert

RGB 100 44 207 -
CMYK 0.52 0.79 0 0.19
HSL 260.61º 0.65% 0.49% -
HSV(B) 260.61º 0.79% 0.81% -
XYZ 17.42 9.02 59.85 -
YUV 79.33 200.05 142.75 -
System Red Green Blue C M Y K H S L
Decimal 100 44 207 0.52 0.79 0 0.19 260.61 0.65 0.49
Hex 64 2C CF 34 4F 0 13 105 41 31
Octal 144 54 317 64 117 0 23 405 101 61
Binary 1100100 101100 11001111 110100 1001111 0 10011 100000101 1000001 110001

Color Harmonies of #642CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642CCF

Black with #642CCF

Text Example


Text Example

White with #642CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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