Html Css Color HEX #642DB3 Purple Heart

📋 copy color: '#642DB3'

red 100 ◦ green 45 ◦ blue 179

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

Shades of Purple Heart #642DB3

Tints of Purple Heart #642DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.25%

R = 30.86%
G = 13.89%
B = 55.25%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#642DB3 (or 0x642DB3) is known color: Purple Heart. HEX triplet: 64, 2D and B3. RGB value is (100,45,179). Sum of RGB (Red+Green+Blue) = 100+45+179=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #642DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DB3 is #9BD24C. Grayscale: #4C4C4C. Windows color (decimal): -10211917 or 11742564. OLE color: 11742564.

HSL color Cylindrical-coordinate representation of color #642DB3: hue angle of 264.63º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642DB3 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 45 179 -
CMYK 0.44 0.75 0 0.30
HSL 264.63º 0.6% 0.44% -
HSV(B) 264.63º 0.75% 0.7% -
XYZ 14.33 7.84 43.41 -
YUV 76.72 185.72 144.6 -
System Red Green Blue C M Y K H S L
Decimal 100 45 179 0.44 0.75 0 0.30 264.63 0.6 0.44
Hex 64 2D B3 2C 4B 0 1E 109 3C 2C
Octal 144 55 263 54 113 0 36 411 74 54
Binary 1100100 101101 10110011 101100 1001011 0 11110 100001001 111100 101100

Color Harmonies of #642DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DB3

Black with #642DB3

Text Example


Text Example

White with #642DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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