Html Css Color HEX #642CBD Purple Heart

📋 copy color: '#642CBD'

red 100 ◦ green 44 ◦ blue 189

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

Shades of Purple Heart #642CBD

Tints of Purple Heart #642CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.21%

 BLUE value IS 189 (74.22% from 255) = 56.76%

R = 30.03%
G = 13.21%
B = 56.76%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#642CBD (or 0x642CBD) is known color: Purple Heart. HEX triplet: 64, 2C and BD. RGB value is (100,44,189). Sum of RGB (Red+Green+Blue) = 100+44+189=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #642CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CBD is #9BD342. Grayscale: #4C4C4C. Windows color (decimal): -10212163 or 12397668. OLE color: 12397668.

HSL color Cylindrical-coordinate representation of color #642CBD: hue angle of 263.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642CBD is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 44 189 -
CMYK 0.47 0.77 0 0.26
HSL 263.17º 0.62% 0.46% -
HSV(B) 263.17º 0.77% 0.74% -
XYZ 15.34 8.18 48.92 -
YUV 77.27 191.05 144.21 -
System Red Green Blue C M Y K H S L
Decimal 100 44 189 0.47 0.77 0 0.26 263.17 0.62 0.46
Hex 64 2C BD 2F 4D 0 1A 107 3E 2E
Octal 144 54 275 57 115 0 32 407 76 56
Binary 1100100 101100 10111101 101111 1001101 0 11010 100000111 111110 101110

Color Harmonies of #642CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642CBD

Black with #642CBD

Text Example


Text Example

White with #642CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,44,189); }

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

background-color css

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

 a { background-color: rgb(100,44,189); }

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

border-color css

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

 span { border-color: rgb(100,44,189); }

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