Html Css Color HEX #641ACE Purple Heart

📋 copy color: '#641ACE'

red 100 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #641ACE

Tints of Purple Heart #641ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 30.12%
G = 7.83%
B = 62.05%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#641ACE (or 0x641ACE) is known color: Purple Heart. HEX triplet: 64, 1A and CE. RGB value is (100,26,206). Sum of RGB (Red+Green+Blue) = 100+26+206=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #641ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ACE is #9BE531. Grayscale: #444444. Windows color (decimal): -10216754 or 13507172. OLE color: 13507172.

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

Color convert

RGB 100 26 206 -
CMYK 0.51 0.87 0 0.19
HSL 264.67º 0.78% 0.45% -
HSV(B) 264.67º 0.87% 0.81% -
XYZ 16.77 7.9 59.03 -
YUV 68.65 205.52 150.36 -
System Red Green Blue C M Y K H S L
Decimal 100 26 206 0.51 0.87 0 0.19 264.67 0.78 0.45
Hex 64 1A CE 33 57 0 13 109 4E 2D
Octal 144 32 316 63 127 0 23 411 116 55
Binary 1100100 11010 11001110 110011 1010111 0 10011 100001001 1001110 101101

Color Harmonies of #641ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641ACE

Black with #641ACE

Text Example


Text Example

White with #641ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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