Html Css Color HEX #642DBE Purple Heart

📋 copy color: '#642DBE'

red 100 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #642DBE

Tints of Purple Heart #642DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.72%

R = 29.85%
G = 13.43%
B = 56.72%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#642DBE (or 0x642DBE) is known color: Purple Heart. HEX triplet: 64, 2D and BE. RGB value is (100,45,190). Sum of RGB (Red+Green+Blue) = 100+45+190=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #642DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DBE is #9BD241. Grayscale: #4D4D4D. Windows color (decimal): -10211906 or 12463460. OLE color: 12463460.

HSL color Cylindrical-coordinate representation of color #642DBE: hue angle of 262.76º 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 #642DBE is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 45 190 -
CMYK 0.47 0.76 0 0.25
HSL 262.76º 0.62% 0.46% -
HSV(B) 262.76º 0.76% 0.75% -
XYZ 15.49 8.3 49.5 -
YUV 77.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 100 45 190 0.47 0.76 0 0.25 262.76 0.62 0.46
Hex 64 2D BE 2F 4C 0 19 107 3E 2E
Octal 144 55 276 57 114 0 31 407 76 56
Binary 1100100 101101 10111110 101111 1001100 0 11001 100000111 111110 101110

Color Harmonies of #642DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DBE

Black with #642DBE

Text Example


Text Example

White with #642DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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