Html Css Color HEX #641ACC Purple Heart

📋 copy color: '#641ACC'

red 100 ◦ green 26 ◦ blue 204

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

Shades of Purple Heart #641ACC

Tints of Purple Heart #641ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 30.3%
G = 7.88%
B = 61.82%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#641ACC (or 0x641ACC) is known color: Purple Heart. HEX triplet: 64, 1A and CC. RGB value is (100,26,204). Sum of RGB (Red+Green+Blue) = 100+26+204=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #641ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ACC is #9BE533. Grayscale: #434343. Windows color (decimal): -10216756 or 13376100. OLE color: 13376100.

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

Color convert

RGB 100 26 204 -
CMYK 0.51 0.87 0 0.2
HSL 264.94º 0.77% 0.45% -
HSV(B) 264.94º 0.87% 0.8% -
XYZ 16.52 7.81 57.76 -
YUV 68.42 204.52 150.53 -
System Red Green Blue C M Y K H S L
Decimal 100 26 204 0.51 0.87 0 0.2 264.94 0.77 0.45
Hex 64 1A CC 33 57 0 14 109 4D 2D
Octal 144 32 314 63 127 0 24 411 115 55
Binary 1100100 11010 11001100 110011 1010111 0 10100 100001001 1001101 101101

Color Harmonies of #641ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641ACC

Black with #641ACC

Text Example


Text Example

White with #641ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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