Html Css Color HEX #642FDE Purple Heart

📋 copy color: '#642FDE'

red 100 ◦ green 47 ◦ blue 222

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

Shades of Purple Heart #642FDE

Tints of Purple Heart #642FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.74%

 BLUE value IS 222 (87.11% from 255) = 60.16%

R = 27.1%
G = 12.74%
B = 60.16%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#642FDE (or 0x642FDE) is known color: Purple Heart. HEX triplet: 64, 2F and DE. RGB value is (100,47,222). Sum of RGB (Red+Green+Blue) = 100+47+222=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #642FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FDE is #9BD021. Grayscale: #525252. Windows color (decimal): -10211362 or 14561124. OLE color: 14561124.

HSL color Cylindrical-coordinate representation of color #642FDE: hue angle of 258.17º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642FDE is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 47 222 -
CMYK 0.55 0.79 0 0.13
HSL 258.17º 0.73% 0.53% -
HSV(B) 258.17º 0.79% 0.87% -
XYZ 19.46 10.02 70.02 -
YUV 82.8 206.56 140.27 -
System Red Green Blue C M Y K H S L
Decimal 100 47 222 0.55 0.79 0 0.13 258.17 0.73 0.53
Hex 64 2F DE 37 4F 0 D 102 49 35
Octal 144 57 336 67 117 0 15 402 111 65
Binary 1100100 101111 11011110 110111 1001111 0 1101 100000010 1001001 110101

Color Harmonies of #642FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FDE

Black with #642FDE

Text Example


Text Example

White with #642FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,47,222); }

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

background-color css

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

 a { background-color: rgb(100,47,222); }

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

border-color css

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

 span { border-color: rgb(100,47,222); }

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