Html Css Color HEX #641EC2 Purple Heart

📋 copy color: '#641EC2'

red 100 ◦ green 30 ◦ blue 194

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

Shades of Purple Heart #641EC2

Tints of Purple Heart #641EC2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.26%

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

R = 30.86%
G = 9.26%
B = 59.88%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#641EC2 (or 0x641EC2) is known color: Purple Heart. HEX triplet: 64, 1E and C2. RGB value is (100,30,194). Sum of RGB (Red+Green+Blue) = 100+30+194=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 194 (76.17% from 255 or 59.88% from 324); Max value from RGB is 194 - color contains mainly: blue. Hex color #641EC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EC2 is #9BE13D. Grayscale: #454545. Windows color (decimal): -10215742 or 12721764. OLE color: 12721764.

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

Color convert

RGB 100 30 194 -
CMYK 0.48 0.85 0 0.24
HSL 265.61º 0.73% 0.44% -
HSV(B) 265.61º 0.85% 0.76% -
XYZ 15.46 7.53 51.68 -
YUV 69.63 198.19 149.66 -
System Red Green Blue C M Y K H S L
Decimal 100 30 194 0.48 0.85 0 0.24 265.61 0.73 0.44
Hex 64 1E C2 30 55 0 18 10A 49 2C
Octal 144 36 302 60 125 0 30 412 111 54
Binary 1100100 11110 11000010 110000 1010101 0 11000 100001010 1001001 101100

Color Harmonies of #641EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EC2

Black with #641EC2

Text Example


Text Example

White with #641EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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