Html Css Color HEX #641CCD Purple Heart

📋 copy color: '#641CCD'

red 100 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #641CCD

Tints of Purple Heart #641CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.56%

R = 30.03%
G = 8.41%
B = 61.56%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#641CCD (or 0x641CCD) is known color: Purple Heart. HEX triplet: 64, 1C and CD. RGB value is (100,28,205). Sum of RGB (Red+Green+Blue) = 100+28+205=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #641CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CCD is #9BE332. Grayscale: #454545. Windows color (decimal): -10216243 or 13442148. OLE color: 13442148.

HSL color Cylindrical-coordinate representation of color #641CCD: hue angle of 264.41º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641CCD is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 28 205 -
CMYK 0.51 0.86 0 0.20
HSL 264.41º 0.76% 0.46% -
HSV(B) 264.41º 0.86% 0.8% -
XYZ 16.69 7.95 58.41 -
YUV 69.71 204.35 149.61 -
System Red Green Blue C M Y K H S L
Decimal 100 28 205 0.51 0.86 0 0.20 264.41 0.76 0.46
Hex 64 1C CD 33 56 0 14 108 4C 2E
Octal 144 34 315 63 126 0 24 410 114 56
Binary 1100100 11100 11001101 110011 1010110 0 10100 100001000 1001100 101110

Color Harmonies of #641CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CCD

Black with #641CCD

Text Example


Text Example

White with #641CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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