Html Css Color HEX #641DBF Purple Heart

📋 copy color: '#641DBF'

red 100 ◦ green 29 ◦ blue 191

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

Shades of Purple Heart #641DBF

Tints of Purple Heart #641DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.69%

R = 31.25%
G = 9.06%
B = 59.69%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#641DBF (or 0x641DBF) is known color: Purple Heart. HEX triplet: 64, 1D and BF. RGB value is (100,29,191). Sum of RGB (Red+Green+Blue) = 100+29+191=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #641DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DBF is #9BE240. Grayscale: #444444. Windows color (decimal): -10216001 or 12524900. OLE color: 12524900.

HSL color Cylindrical-coordinate representation of color #641DBF: hue angle of 266.3º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641DBF is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 29 191 -
CMYK 0.48 0.85 0 0.25
HSL 266.3º 0.74% 0.43% -
HSV(B) 266.3º 0.85% 0.75% -
XYZ 15.1 7.35 49.91 -
YUV 68.7 197.02 150.33 -
System Red Green Blue C M Y K H S L
Decimal 100 29 191 0.48 0.85 0 0.25 266.3 0.74 0.43
Hex 64 1D BF 30 55 0 19 10A 4A 2B
Octal 144 35 277 60 125 0 31 412 112 53
Binary 1100100 11101 10111111 110000 1010101 0 11001 100001010 1001010 101011

Color Harmonies of #641DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DBF

Black with #641DBF

Text Example


Text Example

White with #641DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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