Html Css Color HEX #641DB0 Purple Heart

📋 copy color: '#641DB0'

red 100 ◦ green 29 ◦ blue 176

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

Shades of Purple Heart #641DB0

Tints of Purple Heart #641DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 57.7%

R = 32.79%
G = 9.51%
B = 57.7%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#641DB0 (or 0x641DB0) is known color: Purple Heart. HEX triplet: 64, 1D and B0. RGB value is (100,29,176). Sum of RGB (Red+Green+Blue) = 100+29+176=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #641DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641DB0 is #9BE24F. Grayscale: #424242. Windows color (decimal): -10216016 or 11541860. OLE color: 11541860.

HSL color Cylindrical-coordinate representation of color #641DB0: hue angle of 268.98º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641DB0 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 29 176 -
CMYK 0.43 0.84 0 0.31
HSL 268.98º 0.72% 0.4% -
HSV(B) 268.98º 0.84% 0.69% -
XYZ 13.53 6.72 41.66 -
YUV 66.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 100 29 176 0.43 0.84 0 0.31 268.98 0.72 0.4
Hex 64 1D B0 2B 54 0 1F 10D 48 28
Octal 144 35 260 53 124 0 37 415 110 50
Binary 1100100 11101 10110000 101011 1010100 0 11111 100001101 1001000 101000

Color Harmonies of #641DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DB0

Black with #641DB0

Text Example


Text Example

White with #641DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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