Html Css Color HEX #641DAC Purple Heart

📋 copy color: '#641DAC'

red 100 ◦ green 29 ◦ blue 172

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

Shades of Purple Heart #641DAC

Tints of Purple Heart #641DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.63%

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 33.22%
G = 9.63%
B = 57.14%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#641DAC (or 0x641DAC) is known color: Purple Heart. HEX triplet: 64, 1D and AC. RGB value is (100,29,172). Sum of RGB (Red+Green+Blue) = 100+29+172=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #641DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641DAC is #9BE253. Grayscale: #424242. Windows color (decimal): -10216020 or 11279716. OLE color: 11279716.

HSL color Cylindrical-coordinate representation of color #641DAC: hue angle of 269.79º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641DAC is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 29 172 -
CMYK 0.42 0.83 0 0.33
HSL 269.79º 0.71% 0.39% -
HSV(B) 269.79º 0.83% 0.67% -
XYZ 13.14 6.57 39.6 -
YUV 66.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 100 29 172 0.42 0.83 0 0.33 269.79 0.71 0.39
Hex 64 1D AC 2A 53 0 21 10E 47 27
Octal 144 35 254 52 123 0 41 416 107 47
Binary 1100100 11101 10101100 101010 1010011 0 100001 100001110 1000111 100111

Color Harmonies of #641DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DAC

Black with #641DAC

Text Example


Text Example

White with #641DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641DAC; }

 p { color: rgb(100,29,172); }

 H1.HeaderClassName
 {
   color: #641DAC;
 }
 .AnyTagClassName
 {
   color: #641DAC;
 }
</style>

background-color css

<style>
 a { background-color: #641DAC; }

 a { background-color: rgb(100,29,172); }

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

border-color css

<style>
 span { border-color: #641DAC; }

 span { border-color: rgb(100,29,172); }

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