Html Css Color HEX #641DCF Purple Heart

📋 copy color: '#641DCF'

red 100 ◦ green 29 ◦ blue 207

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

Shades of Purple Heart #641DCF

Tints of Purple Heart #641DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.63%

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

R = 29.76%
G = 8.63%
B = 61.61%

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

#641DCF (or 0x641DCF) is known color: Purple Heart. HEX triplet: 64, 1D and CF. RGB value is (100,29,207). Sum of RGB (Red+Green+Blue) = 100+29+207=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #641DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DCF is #9BE230. Grayscale: #454545. Windows color (decimal): -10215985 or 13573476. OLE color: 13573476.

HSL color Cylindrical-coordinate representation of color #641DCF: hue angle of 263.93º 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 #641DCF is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 29 207 -
CMYK 0.52 0.86 0 0.19
HSL 263.93º 0.75% 0.46% -
HSV(B) 263.93º 0.86% 0.81% -
XYZ 16.96 8.09 59.7 -
YUV 70.52 205.02 149.03 -
System Red Green Blue C M Y K H S L
Decimal 100 29 207 0.52 0.86 0 0.19 263.93 0.75 0.46
Hex 64 1D CF 34 56 0 13 108 4B 2E
Octal 144 35 317 64 126 0 23 410 113 56
Binary 1100100 11101 11001111 110100 1010110 0 10011 100001000 1001011 101110

Color Harmonies of #641DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DCF

Black with #641DCF

Text Example


Text Example

White with #641DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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