Html Css Color HEX #6441C6 Purple Heart

📋 copy color: '#6441C6'

red 100 ◦ green 65 ◦ blue 198

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

Shades of Purple Heart #6441C6

Tints of Purple Heart #6441C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.55%

R = 27.55%
G = 17.91%
B = 54.55%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6441C6 (or 0x6441C6) is known color: Purple Heart. HEX triplet: 64, 41 and C6. RGB value is (100,65,198). Sum of RGB (Red+Green+Blue) = 100+65+198=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #6441C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441C6 is #9BBE39. Grayscale: #5A5A5A. Windows color (decimal): -10206778 or 12992868. OLE color: 12992868.

HSL color Cylindrical-coordinate representation of color #6441C6: hue angle of 255.79º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6441C6 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 65 198 -
CMYK 0.49 0.67 0 0.22
HSL 255.79º 0.54% 0.52% -
HSV(B) 255.79º 0.67% 0.78% -
XYZ 17.34 10.57 54.55 -
YUV 90.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 100 65 198 0.49 0.67 0 0.22 255.79 0.54 0.52
Hex 64 41 C6 31 43 0 16 100 36 34
Octal 144 101 306 61 103 0 26 400 66 64
Binary 1100100 1000001 11000110 110001 1000011 0 10110 100000000 110110 110100

Color Harmonies of #6441C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441C6

Black with #6441C6

Text Example


Text Example

White with #6441C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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