Html Css Color HEX #641ABB Purple Heart

📋 copy color: '#641ABB'

red 100 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #641ABB

Tints of Purple Heart #641ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.31%

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

R = 31.95%
G = 8.31%
B = 59.74%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#641ABB (or 0x641ABB) is known color: Purple Heart. HEX triplet: 64, 1A and BB. RGB value is (100,26,187). Sum of RGB (Red+Green+Blue) = 100+26+187=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #641ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ABB is #9BE544. Grayscale: #414141. Windows color (decimal): -10216773 or 12261988. OLE color: 12261988.

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

Color convert

RGB 100 26 187 -
CMYK 0.47 0.86 0 0.27
HSL 267.58º 0.76% 0.42% -
HSV(B) 267.58º 0.86% 0.73% -
XYZ 14.59 7.04 47.6 -
YUV 66.48 196.02 151.91 -
System Red Green Blue C M Y K H S L
Decimal 100 26 187 0.47 0.86 0 0.27 267.58 0.76 0.42
Hex 64 1A BB 2F 56 0 1B 10C 4C 2A
Octal 144 32 273 57 126 0 33 414 114 52
Binary 1100100 11010 10111011 101111 1010110 0 11011 100001100 1001100 101010

Color Harmonies of #641ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641ABB

Black with #641ABB

Text Example


Text Example

White with #641ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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