Html Css Color HEX #6441C2 Purple Heart

📋 copy color: '#6441C2'

red 100 ◦ green 65 ◦ blue 194

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

Shades of Purple Heart #6441C2

Tints of Purple Heart #6441C2

RGB

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

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

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

R = 27.86%
G = 18.11%
B = 54.04%

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

#6441C2 (or 0x6441C2) is known color: Purple Heart. HEX triplet: 64, 41 and C2. RGB value is (100,65,194). Sum of RGB (Red+Green+Blue) = 100+65+194=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 194 (76.17% from 255 or 54.04% from 359); Max value from RGB is 194 - color contains mainly: blue. Hex color #6441C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441C2 is #9BBE3D. Grayscale: #595959. Windows color (decimal): -10206782 or 12730724. OLE color: 12730724.

HSL color Cylindrical-coordinate representation of color #6441C2: hue angle of 256.28º 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 #6441C2 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 65 194 -
CMYK 0.48 0.66 0 0.24
HSL 256.28º 0.51% 0.51% -
HSV(B) 256.28º 0.66% 0.76% -
XYZ 16.88 10.38 52.15 -
YUV 90.17 186.6 135.01 -
System Red Green Blue C M Y K H S L
Decimal 100 65 194 0.48 0.66 0 0.24 256.28 0.51 0.51
Hex 64 41 C2 30 42 0 18 100 33 33
Octal 144 101 302 60 102 0 30 400 63 63
Binary 1100100 1000001 11000010 110000 1000010 0 11000 100000000 110011 110011

Color Harmonies of #6441C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441C2

Black with #6441C2

Text Example


Text Example

White with #6441C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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