Html Css Color HEX #641EC3 Purple Heart

📋 copy color: '#641EC3'

red 100 ◦ green 30 ◦ blue 195

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

Shades of Purple Heart #641EC3

Tints of Purple Heart #641EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 60%

R = 30.77%
G = 9.23%
B = 60%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#641EC3 (or 0x641EC3) is known color: Purple Heart. HEX triplet: 64, 1E and C3. RGB value is (100,30,195). Sum of RGB (Red+Green+Blue) = 100+30+195=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 195 (76.56% from 255 or 60% from 325); Max value from RGB is 195 - color contains mainly: blue. Hex color #641EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EC3 is #9BE13C. Grayscale: #454545. Windows color (decimal): -10215741 or 12787300. OLE color: 12787300.

HSL color Cylindrical-coordinate representation of color #641EC3: hue angle of 265.45º 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 #641EC3 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 30 195 -
CMYK 0.49 0.85 0 0.24
HSL 265.45º 0.73% 0.44% -
HSV(B) 265.45º 0.85% 0.76% -
XYZ 15.57 7.58 52.27 -
YUV 69.74 198.69 149.58 -
System Red Green Blue C M Y K H S L
Decimal 100 30 195 0.49 0.85 0 0.24 265.45 0.73 0.44
Hex 64 1E C3 31 55 0 18 109 49 2C
Octal 144 36 303 61 125 0 30 411 111 54
Binary 1100100 11110 11000011 110001 1010101 0 11000 100001001 1001001 101100

Color Harmonies of #641EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EC3

Black with #641EC3

Text Example


Text Example

White with #641EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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