Html Css Color HEX #641FC9 Purple Heart

📋 copy color: '#641FC9'

red 100 ◦ green 31 ◦ blue 201

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

Shades of Purple Heart #641FC9

Tints of Purple Heart #641FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60.54%

R = 30.12%
G = 9.34%
B = 60.54%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#641FC9 (or 0x641FC9) is known color: Purple Heart. HEX triplet: 64, 1F and C9. RGB value is (100,31,201). Sum of RGB (Red+Green+Blue) = 100+31+201=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 201 (78.91% from 255 or 60.54% from 332); Max value from RGB is 201 - color contains mainly: blue. Hex color #641FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641FC9 is #9BE036. Grayscale: #464646. Windows color (decimal): -10215479 or 13180772. OLE color: 13180772.

HSL color Cylindrical-coordinate representation of color #641FC9: hue angle of 264.35º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641FC9 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 31 201 -
CMYK 0.50 0.85 0 0.21
HSL 264.35º 0.73% 0.45% -
HSV(B) 264.35º 0.85% 0.79% -
XYZ 16.29 7.91 55.93 -
YUV 71.01 201.36 148.68 -
System Red Green Blue C M Y K H S L
Decimal 100 31 201 0.50 0.85 0 0.21 264.35 0.73 0.45
Hex 64 1F C9 32 55 0 15 108 49 2D
Octal 144 37 311 62 125 0 25 410 111 55
Binary 1100100 11111 11001001 110010 1010101 0 10101 100001000 1001001 101101

Color Harmonies of #641FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FC9

Black with #641FC9

Text Example


Text Example

White with #641FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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