Html Css Color HEX #641CC2 Purple Heart

📋 copy color: '#641CC2'

red 100 ◦ green 28 ◦ blue 194

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

Shades of Purple Heart #641CC2

Tints of Purple Heart #641CC2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.7%

 BLUE value IS 194 (76.17% from 255) = 60.25%

R = 31.06%
G = 8.7%
B = 60.25%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#641CC2 (or 0x641CC2) is known color: Purple Heart. HEX triplet: 64, 1C and C2. RGB value is (100,28,194). Sum of RGB (Red+Green+Blue) = 100+28+194=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 194 (76.17% from 255 or 60.25% from 322); Max value from RGB is 194 - color contains mainly: blue. Hex color #641CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CC2 is #9BE33D. Grayscale: #434343. Windows color (decimal): -10216254 or 12721252. OLE color: 12721252.

HSL color Cylindrical-coordinate representation of color #641CC2: hue angle of 266.02º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641CC2 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 28 194 -
CMYK 0.48 0.86 0 0.24
HSL 266.02º 0.75% 0.44% -
HSV(B) 266.02º 0.86% 0.76% -
XYZ 15.41 7.43 51.66 -
YUV 68.45 198.85 150.5 -
System Red Green Blue C M Y K H S L
Decimal 100 28 194 0.48 0.86 0 0.24 266.02 0.75 0.44
Hex 64 1C C2 30 56 0 18 10A 4B 2C
Octal 144 34 302 60 126 0 30 412 113 54
Binary 1100100 11100 11000010 110000 1010110 0 11000 100001010 1001011 101100

Color Harmonies of #641CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CC2

Black with #641CC2

Text Example


Text Example

White with #641CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,28,194); }

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

background-color css

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

 a { background-color: rgb(100,28,194); }

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

border-color css

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

 span { border-color: rgb(100,28,194); }

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