Html Css Color HEX #641ABE Purple Heart

📋 copy color: '#641ABE'

red 100 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #641ABE

Tints of Purple Heart #641ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.13%

R = 31.65%
G = 8.23%
B = 60.13%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#641ABE (or 0x641ABE) is known color: Purple Heart. HEX triplet: 64, 1A and BE. RGB value is (100,26,190). Sum of RGB (Red+Green+Blue) = 100+26+190=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #641ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ABE is #9BE541. Grayscale: #424242. Windows color (decimal): -10216770 or 12458596. OLE color: 12458596.

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

Color convert

RGB 100 26 190 -
CMYK 0.47 0.86 0 0.25
HSL 267.07º 0.76% 0.42% -
HSV(B) 267.07º 0.86% 0.75% -
XYZ 14.92 7.17 49.31 -
YUV 66.82 197.52 151.66 -
System Red Green Blue C M Y K H S L
Decimal 100 26 190 0.47 0.86 0 0.25 267.07 0.76 0.42
Hex 64 1A BE 2F 56 0 19 10B 4C 2A
Octal 144 32 276 57 126 0 31 413 114 52
Binary 1100100 11010 10111110 101111 1010110 0 11001 100001011 1001100 101010

Color Harmonies of #641ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641ABE

Black with #641ABE

Text Example


Text Example

White with #641ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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