Html Css Color HEX #641EBB Purple Heart

📋 copy color: '#641EBB'

red 100 ◦ green 30 ◦ blue 187

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

Shades of Purple Heart #641EBB

Tints of Purple Heart #641EBB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.46%

 BLUE value IS 187 (73.44% from 255) = 58.99%

R = 31.55%
G = 9.46%
B = 58.99%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#641EBB (or 0x641EBB) is known color: Purple Heart. HEX triplet: 64, 1E and BB. RGB value is (100,30,187). Sum of RGB (Red+Green+Blue) = 100+30+187=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #641EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EBB is #9BE144. Grayscale: #444444. Windows color (decimal): -10215749 or 12263012. OLE color: 12263012.

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

Color convert

RGB 100 30 187 -
CMYK 0.47 0.84 0 0.27
HSL 266.75º 0.72% 0.43% -
HSV(B) 266.75º 0.84% 0.73% -
XYZ 14.69 7.23 47.63 -
YUV 68.83 194.69 150.23 -
System Red Green Blue C M Y K H S L
Decimal 100 30 187 0.47 0.84 0 0.27 266.75 0.72 0.43
Hex 64 1E BB 2F 54 0 1B 10B 48 2B
Octal 144 36 273 57 124 0 33 413 110 53
Binary 1100100 11110 10111011 101111 1010100 0 11011 100001011 1001000 101011

Color Harmonies of #641EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EBB

Black with #641EBB

Text Example


Text Example

White with #641EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,30,187); }

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

background-color css

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

 a { background-color: rgb(100,30,187); }

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

border-color css

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

 span { border-color: rgb(100,30,187); }

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