Html Css Color HEX #641EBA Purple Heart

📋 copy color: '#641EBA'

red 100 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #641EBA

Tints of Purple Heart #641EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 31.65%
G = 9.49%
B = 58.86%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#641EBA (or 0x641EBA) is known color: Purple Heart. HEX triplet: 64, 1E and BA. RGB value is (100,30,186). Sum of RGB (Red+Green+Blue) = 100+30+186=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #641EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EBA is #9BE145. Grayscale: #444444. Windows color (decimal): -10215750 or 12197476. OLE color: 12197476.

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

Color convert

RGB 100 30 186 -
CMYK 0.46 0.84 0 0.27
HSL 266.92º 0.72% 0.42% -
HSV(B) 266.92º 0.84% 0.73% -
XYZ 14.58 7.18 47.07 -
YUV 68.71 194.19 150.32 -
System Red Green Blue C M Y K H S L
Decimal 100 30 186 0.46 0.84 0 0.27 266.92 0.72 0.42
Hex 64 1E BA 2E 54 0 1B 10B 48 2A
Octal 144 36 272 56 124 0 33 413 110 52
Binary 1100100 11110 10111010 101110 1010100 0 11011 100001011 1001000 101010

Color Harmonies of #641EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EBA

Black with #641EBA

Text Example


Text Example

White with #641EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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