Html Css Color HEX #641CDA Purple Heart

📋 copy color: '#641CDA'

red 100 ◦ green 28 ◦ blue 218

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

Shades of Purple Heart #641CDA

Tints of Purple Heart #641CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 218 (85.55% from 255) = 63.01%

R = 28.9%
G = 8.09%
B = 63.01%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#641CDA (or 0x641CDA) is known color: Purple Heart. HEX triplet: 64, 1C and DA. RGB value is (100,28,218). Sum of RGB (Red+Green+Blue) = 100+28+218=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #641CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CDA is #9BE325. Grayscale: #464646. Windows color (decimal): -10216230 or 14294116. OLE color: 14294116.

HSL color Cylindrical-coordinate representation of color #641CDA: hue angle of 262.74º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641CDA is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 28 218 -
CMYK 0.54 0.87 0 0.15
HSL 262.74º 0.77% 0.48% -
HSV(B) 262.74º 0.87% 0.85% -
XYZ 18.33 8.6 67.02 -
YUV 71.19 210.85 148.55 -
System Red Green Blue C M Y K H S L
Decimal 100 28 218 0.54 0.87 0 0.15 262.74 0.77 0.48
Hex 64 1C DA 36 57 0 F 107 4D 30
Octal 144 34 332 66 127 0 17 407 115 60
Binary 1100100 11100 11011010 110110 1010111 0 1111 100000111 1001101 110000

Color Harmonies of #641CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CDA

Black with #641CDA

Text Example


Text Example

White with #641CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,28,218); }

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

background-color css

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

 a { background-color: rgb(100,28,218); }

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

border-color css

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

 span { border-color: rgb(100,28,218); }

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