Html Css Color HEX #641CED Han Purple

📋 copy color: '#641CED'

red 100 ◦ green 28 ◦ blue 237

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

Shades of Han Purple #641CED

Tints of Han Purple #641CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.93%

R = 27.4%
G = 7.67%
B = 64.93%

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

#641CED (or 0x641CED) is known color: Han Purple. HEX triplet: 64, 1C and ED. RGB value is (100,28,237). Sum of RGB (Red+Green+Blue) = 100+28+237=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #641CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641CED is #9BE312. Grayscale: #484848. Windows color (decimal): -10216211 or 15539300. OLE color: 15539300.

HSL color Cylindrical-coordinate representation of color #641CED: hue angle of 260.67º degrees, saturation: 0.85, 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 #641CED is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 28 237 -
CMYK 0.58 0.88 0 0.07
HSL 260.67º 0.85% 0.52% -
HSV(B) 260.67º 0.88% 0.93% -
XYZ 20.96 9.65 80.88 -
YUV 73.35 220.35 147.01 -
System Red Green Blue C M Y K H S L
Decimal 100 28 237 0.58 0.88 0 0.07 260.67 0.85 0.52
Hex 64 1C ED 3A 58 0 7 105 55 34
Octal 144 34 355 72 130 0 7 405 125 64
Binary 1100100 11100 11101101 111010 1011000 0 111 100000101 1010101 110100

Color Harmonies of #641CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CED

Black with #641CED

Text Example


Text Example

White with #641CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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