Html Css Color HEX #641FCD Purple Heart

📋 copy color: '#641FCD'

red 100 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #641FCD

Tints of Purple Heart #641FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.23%

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

R = 29.76%
G = 9.23%
B = 61.01%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#641FCD (or 0x641FCD) is known color: Purple Heart. HEX triplet: 64, 1F and CD. RGB value is (100,31,205). Sum of RGB (Red+Green+Blue) = 100+31+205=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #641FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641FCD is #9BE032. Grayscale: #464646. Windows color (decimal): -10215475 or 13442916. OLE color: 13442916.

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

Color convert

RGB 100 31 205 -
CMYK 0.51 0.85 0 0.20
HSL 263.79º 0.74% 0.46% -
HSV(B) 263.79º 0.85% 0.8% -
XYZ 16.76 8.1 58.44 -
YUV 71.47 203.36 148.35 -
System Red Green Blue C M Y K H S L
Decimal 100 31 205 0.51 0.85 0 0.20 263.79 0.74 0.46
Hex 64 1F CD 33 55 0 14 108 4A 2E
Octal 144 37 315 63 125 0 24 410 112 56
Binary 1100100 11111 11001101 110011 1010101 0 10100 100001000 1001010 101110

Color Harmonies of #641FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FCD

Black with #641FCD

Text Example


Text Example

White with #641FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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