Html Css Color HEX #641AD7 Purple Heart

📋 copy color: '#641AD7'

red 100 ◦ green 26 ◦ blue 215

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

Shades of Purple Heart #641AD7

Tints of Purple Heart #641AD7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.62%

 BLUE value IS 215 (84.38% from 255) = 63.05%

R = 29.33%
G = 7.62%
B = 63.05%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#641AD7 (or 0x641AD7) is known color: Purple Heart. HEX triplet: 64, 1A and D7. RGB value is (100,26,215). Sum of RGB (Red+Green+Blue) = 100+26+215=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 215 (84.38% from 255 or 63.05% from 341); Max value from RGB is 215 - color contains mainly: blue. Hex color #641AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641AD7 is #9BE528. Grayscale: #444444. Windows color (decimal): -10216745 or 14096996. OLE color: 14096996.

HSL color Cylindrical-coordinate representation of color #641AD7: hue angle of 263.49º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641AD7 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 26 215 -
CMYK 0.53 0.88 0 0.16
HSL 263.49º 0.78% 0.47% -
HSV(B) 263.49º 0.88% 0.84% -
XYZ 17.89 8.35 64.96 -
YUV 69.67 210.02 149.63 -
System Red Green Blue C M Y K H S L
Decimal 100 26 215 0.53 0.88 0 0.16 263.49 0.78 0.47
Hex 64 1A D7 35 58 0 10 107 4E 2F
Octal 144 32 327 65 130 0 20 407 116 57
Binary 1100100 11010 11010111 110101 1011000 0 10000 100000111 1001110 101111

Color Harmonies of #641AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641AD7

Black with #641AD7

Text Example


Text Example

White with #641AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,26,215); }

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

background-color css

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

 a { background-color: rgb(100,26,215); }

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

border-color css

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

 span { border-color: rgb(100,26,215); }

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