Html Css Color HEX #641FA6 Purple Heart

📋 copy color: '#641FA6'

red 100 ◦ green 31 ◦ blue 166

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

Shades of Purple Heart #641FA6

Tints of Purple Heart #641FA6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.44%

 BLUE value IS 166 (65.23% from 255) = 55.89%

R = 33.67%
G = 10.44%
B = 55.89%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#641FA6 (or 0x641FA6) is known color: Purple Heart. HEX triplet: 64, 1F and A6. RGB value is (100,31,166). Sum of RGB (Red+Green+Blue) = 100+31+166=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 166 (65.23% from 255 or 55.89% from 297); Max value from RGB is 166 - color contains mainly: blue. Hex color #641FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641FA6 is #9BE059. Grayscale: #424242. Windows color (decimal): -10215514 or 10887012. OLE color: 10887012.

HSL color Cylindrical-coordinate representation of color #641FA6: hue angle of 270.67º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641FA6 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 31 166 -
CMYK 0.40 0.81 0 0.35
HSL 270.67º 0.69% 0.39% -
HSV(B) 270.67º 0.81% 0.65% -
XYZ 12.63 6.44 36.65 -
YUV 67.02 183.86 151.52 -
System Red Green Blue C M Y K H S L
Decimal 100 31 166 0.40 0.81 0 0.35 270.67 0.69 0.39
Hex 64 1F A6 28 51 0 23 10F 45 27
Octal 144 37 246 50 121 0 43 417 105 47
Binary 1100100 11111 10100110 101000 1010001 0 100011 100001111 1000101 100111

Color Harmonies of #641FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FA6

Black with #641FA6

Text Example


Text Example

White with #641FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,31,166); }

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

background-color css

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

 a { background-color: rgb(100,31,166); }

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

border-color css

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

 span { border-color: rgb(100,31,166); }

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