Html Css Color HEX #641ACF Purple Heart

📋 copy color: '#641ACF'

red 100 ◦ green 26 ◦ blue 207

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

Shades of Purple Heart #641ACF

Tints of Purple Heart #641ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.16%

R = 30.03%
G = 7.81%
B = 62.16%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#641ACF (or 0x641ACF) is known color: Purple Heart. HEX triplet: 64, 1A and CF. RGB value is (100,26,207). Sum of RGB (Red+Green+Blue) = 100+26+207=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #641ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ACF is #9BE530. Grayscale: #444444. Windows color (decimal): -10216753 or 13572708. OLE color: 13572708.

HSL color Cylindrical-coordinate representation of color #641ACF: hue angle of 264.53º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641ACF is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 26 207 -
CMYK 0.52 0.87 0 0.19
HSL 264.53º 0.78% 0.46% -
HSV(B) 264.53º 0.87% 0.81% -
XYZ 16.89 7.95 59.68 -
YUV 68.76 206.02 150.28 -
System Red Green Blue C M Y K H S L
Decimal 100 26 207 0.52 0.87 0 0.19 264.53 0.78 0.46
Hex 64 1A CF 34 57 0 13 109 4E 2E
Octal 144 32 317 64 127 0 23 411 116 56
Binary 1100100 11010 11001111 110100 1010111 0 10011 100001001 1001110 101110

Color Harmonies of #641ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641ACF

Black with #641ACF

Text Example


Text Example

White with #641ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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