Html Css Color HEX #642DBF Purple Heart

📋 copy color: '#642DBF'

red 100 ◦ green 45 ◦ blue 191

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

Shades of Purple Heart #642DBF

Tints of Purple Heart #642DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.39%

 BLUE value IS 191 (75% from 255) = 56.85%

R = 29.76%
G = 13.39%
B = 56.85%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#642DBF (or 0x642DBF) is known color: Purple Heart. HEX triplet: 64, 2D and BF. RGB value is (100,45,191). Sum of RGB (Red+Green+Blue) = 100+45+191=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #642DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DBF is #9BD240. Grayscale: #4D4D4D. Windows color (decimal): -10211905 or 12528996. OLE color: 12528996.

HSL color Cylindrical-coordinate representation of color #642DBF: hue angle of 262.6º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642DBF is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 45 191 -
CMYK 0.48 0.76 0 0.25
HSL 262.6º 0.62% 0.46% -
HSV(B) 262.6º 0.76% 0.75% -
XYZ 15.6 8.35 50.08 -
YUV 78.09 191.72 143.63 -
System Red Green Blue C M Y K H S L
Decimal 100 45 191 0.48 0.76 0 0.25 262.6 0.62 0.46
Hex 64 2D BF 30 4C 0 19 107 3E 2E
Octal 144 55 277 60 114 0 31 407 76 56
Binary 1100100 101101 10111111 110000 1001100 0 11001 100000111 111110 101110

Color Harmonies of #642DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DBF

Black with #642DBF

Text Example


Text Example

White with #642DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,45,191); }

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

background-color css

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

 a { background-color: rgb(100,45,191); }

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

border-color css

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

 span { border-color: rgb(100,45,191); }

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