Html Css Color HEX #642FDF Purple Heart

📋 copy color: '#642FDF'

red 100 ◦ green 47 ◦ blue 223

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

Shades of Purple Heart #642FDF

Tints of Purple Heart #642FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.27%

R = 27.03%
G = 12.7%
B = 60.27%

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

#642FDF (or 0x642FDF) is known color: Purple Heart. HEX triplet: 64, 2F and DF. RGB value is (100,47,223). Sum of RGB (Red+Green+Blue) = 100+47+223=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #642FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FDF is #9BD020. Grayscale: #525252. Windows color (decimal): -10211361 or 14626660. OLE color: 14626660.

HSL color Cylindrical-coordinate representation of color #642FDF: hue angle of 258.07º 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 #642FDF is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 47 223 -
CMYK 0.55 0.79 0 0.13
HSL 258.07º 0.73% 0.53% -
HSV(B) 258.07º 0.79% 0.87% -
XYZ 19.59 10.07 70.72 -
YUV 82.91 207.06 140.19 -
System Red Green Blue C M Y K H S L
Decimal 100 47 223 0.55 0.79 0 0.13 258.07 0.73 0.53
Hex 64 2F DF 37 4F 0 D 102 49 35
Octal 144 57 337 67 117 0 15 402 111 65
Binary 1100100 101111 11011111 110111 1001111 0 1101 100000010 1001001 110101

Color Harmonies of #642FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FDF

Black with #642FDF

Text Example


Text Example

White with #642FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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