Html Css Color HEX #6441C1 Purple Heart

📋 copy color: '#6441C1'

red 100 ◦ green 65 ◦ blue 193

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

Shades of Purple Heart #6441C1

Tints of Purple Heart #6441C1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.16%

 BLUE value IS 193 (75.78% from 255) = 53.91%

R = 27.93%
G = 18.16%
B = 53.91%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6441C1 (or 0x6441C1) is known color: Purple Heart. HEX triplet: 64, 41 and C1. RGB value is (100,65,193). Sum of RGB (Red+Green+Blue) = 100+65+193=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #6441C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441C1 is #9BBE3E. Grayscale: #595959. Windows color (decimal): -10206783 or 12665188. OLE color: 12665188.

HSL color Cylindrical-coordinate representation of color #6441C1: hue angle of 256.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6441C1 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 65 193 -
CMYK 0.48 0.66 0 0.24
HSL 256.41º 0.51% 0.51% -
HSV(B) 256.41º 0.66% 0.76% -
XYZ 16.77 10.34 51.56 -
YUV 90.06 186.1 135.09 -
System Red Green Blue C M Y K H S L
Decimal 100 65 193 0.48 0.66 0 0.24 256.41 0.51 0.51
Hex 64 41 C1 30 42 0 18 100 33 33
Octal 144 101 301 60 102 0 30 400 63 63
Binary 1100100 1000001 11000001 110000 1000010 0 11000 100000000 110011 110011

Color Harmonies of #6441C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441C1

Black with #6441C1

Text Example


Text Example

White with #6441C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6441C1; }

 p { color: rgb(100,65,193); }

 H1.HeaderClassName
 {
   color: #6441C1;
 }
 .AnyTagClassName
 {
   color: #6441C1;
 }
</style>

background-color css

<style>
 a { background-color: #6441C1; }

 a { background-color: rgb(100,65,193); }

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

border-color css

<style>
 span { border-color: #6441C1; }

 span { border-color: rgb(100,65,193); }

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