Html Css Color HEX #641ECF Purple Heart

📋 copy color: '#641ECF'

red 100 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #641ECF

Tints of Purple Heart #641ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.9%

 BLUE value IS 207 (81.25% from 255) = 61.42%

R = 29.67%
G = 8.9%
B = 61.42%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#641ECF (or 0x641ECF) is known color: Purple Heart. HEX triplet: 64, 1E and CF. RGB value is (100,30,207). Sum of RGB (Red+Green+Blue) = 100+30+207=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #641ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ECF is #9BE130. Grayscale: #464646. Windows color (decimal): -10215729 or 13573732. OLE color: 13573732.

HSL color Cylindrical-coordinate representation of color #641ECF: hue angle of 263.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641ECF is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 30 207 -
CMYK 0.52 0.86 0 0.19
HSL 263.73º 0.75% 0.46% -
HSV(B) 263.73º 0.86% 0.81% -
XYZ 16.98 8.14 59.71 -
YUV 71.11 204.69 148.61 -
System Red Green Blue C M Y K H S L
Decimal 100 30 207 0.52 0.86 0 0.19 263.73 0.75 0.46
Hex 64 1E CF 34 56 0 13 108 4B 2E
Octal 144 36 317 64 126 0 23 410 113 56
Binary 1100100 11110 11001111 110100 1010110 0 10011 100001000 1001011 101110

Color Harmonies of #641ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641ECF

Black with #641ECF

Text Example


Text Example

White with #641ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,30,207); }

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

background-color css

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

 a { background-color: rgb(100,30,207); }

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

border-color css

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

 span { border-color: rgb(100,30,207); }

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