Html Css Color HEX #641DEC Han Purple

📋 copy color: '#641DEC'

red 100 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #641DEC

Tints of Han Purple #641DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 27.4%
G = 7.95%
B = 64.66%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#641DEC (or 0x641DEC) is known color: Han Purple. HEX triplet: 64, 1D and EC. RGB value is (100,29,236). Sum of RGB (Red+Green+Blue) = 100+29+236=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #641DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641DEC is #9BE213. Grayscale: #494949. Windows color (decimal): -10215956 or 15474020. OLE color: 15474020.

HSL color Cylindrical-coordinate representation of color #641DEC: hue angle of 260.58º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641DEC is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 29 236 -
CMYK 0.58 0.88 0 0.07
HSL 260.58º 0.84% 0.52% -
HSV(B) 260.58º 0.88% 0.93% -
XYZ 20.84 9.64 80.12 -
YUV 73.83 219.52 146.67 -
System Red Green Blue C M Y K H S L
Decimal 100 29 236 0.58 0.88 0 0.07 260.58 0.84 0.52
Hex 64 1D EC 3A 58 0 7 105 54 34
Octal 144 35 354 72 130 0 7 405 124 64
Binary 1100100 11101 11101100 111010 1011000 0 111 100000101 1010100 110100

Color Harmonies of #641DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DEC

Black with #641DEC

Text Example


Text Example

White with #641DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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