Html Css Color HEX #641AB6 Purple Heart

📋 copy color: '#641AB6'

red 100 ◦ green 26 ◦ blue 182

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

Shades of Purple Heart #641AB6

Tints of Purple Heart #641AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 59.09%

R = 32.47%
G = 8.44%
B = 59.09%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#641AB6 (or 0x641AB6) is known color: Purple Heart. HEX triplet: 64, 1A and B6. RGB value is (100,26,182). Sum of RGB (Red+Green+Blue) = 100+26+182=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #641AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641AB6 is #9BE549. Grayscale: #414141. Windows color (decimal): -10216778 or 11934308. OLE color: 11934308.

HSL color Cylindrical-coordinate representation of color #641AB6: hue angle of 268.46º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641AB6 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 26 182 -
CMYK 0.45 0.86 0 0.29
HSL 268.46º 0.75% 0.41% -
HSV(B) 268.46º 0.86% 0.71% -
XYZ 14.07 6.83 44.83 -
YUV 65.91 193.52 152.32 -
System Red Green Blue C M Y K H S L
Decimal 100 26 182 0.45 0.86 0 0.29 268.46 0.75 0.41
Hex 64 1A B6 2D 56 0 1D 10C 4B 29
Octal 144 32 266 55 126 0 35 414 113 51
Binary 1100100 11010 10110110 101101 1010110 0 11101 100001100 1001011 101001

Color Harmonies of #641AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641AB6

Black with #641AB6

Text Example


Text Example

White with #641AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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