Html Css Color HEX #642BDF Purple Heart

📋 copy color: '#642BDF'

red 100 ◦ green 43 ◦ blue 223

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

Shades of Purple Heart #642BDF

Tints of Purple Heart #642BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.75%

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

R = 27.32%
G = 11.75%
B = 60.93%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#642BDF (or 0x642BDF) is known color: Purple Heart. HEX triplet: 64, 2B and DF. RGB value is (100,43,223). Sum of RGB (Red+Green+Blue) = 100+43+223=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #642BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BDF is #9BD420. Grayscale: #4F4F4F. Windows color (decimal): -10212385 or 14625636. OLE color: 14625636.

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

Color convert

RGB 100 43 223 -
CMYK 0.55 0.81 0 0.13
HSL 259º 0.74% 0.52% -
HSV(B) 259º 0.81% 0.87% -
XYZ 19.44 9.76 70.67 -
YUV 80.56 208.38 141.86 -
System Red Green Blue C M Y K H S L
Decimal 100 43 223 0.55 0.81 0 0.13 259 0.74 0.52
Hex 64 2B DF 37 51 0 D 103 4A 34
Octal 144 53 337 67 121 0 15 403 112 64
Binary 1100100 101011 11011111 110111 1010001 0 1101 100000011 1001010 110100

Color Harmonies of #642BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BDF

Black with #642BDF

Text Example


Text Example

White with #642BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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