Html Css Color HEX #661EED Han Purple

📋 copy color: '#661EED'

red 102 ◦ green 30 ◦ blue 237

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

Shades of Han Purple #661EED

Tints of Han Purple #661EED

RGB

 RED value IS 102 (40.23% from 255) = 27.64%

 GREEN value IS 30 (12.11% from 255) = 8.13%

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

R = 27.64%
G = 8.13%
B = 64.23%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#661EED (or 0x661EED) is known color: Han Purple. HEX triplet: 66, 1E and ED. RGB value is (102,30,237). Sum of RGB (Red+Green+Blue) = 102+30+237=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #661EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661EED is #99E112. Grayscale: #4A4A4A. Windows color (decimal): -10084627 or 15539814. OLE color: 15539814.

HSL color Cylindrical-coordinate representation of color #661EED: hue angle of 260.87º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661EED is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 30 237 -
CMYK 0.57 0.87 0 0.07
HSL 260.87º 0.85% 0.52% -
HSV(B) 260.87º 0.87% 0.93% -
XYZ 21.23 9.87 80.91 -
YUV 75.13 219.35 147.17 -
System Red Green Blue C M Y K H S L
Decimal 102 30 237 0.57 0.87 0 0.07 260.87 0.85 0.52
Hex 66 1E ED 39 57 0 7 105 55 34
Octal 146 36 355 71 127 0 7 405 125 64
Binary 1100110 11110 11101101 111001 1010111 0 111 100000101 1010101 110100

Color Harmonies of #661EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661EED

Black with #661EED

Text Example


Text Example

White with #661EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661EED; }

 p { color: rgb(102,30,237); }

 H1.HeaderClassName
 {
   color: #661EED;
 }
 .AnyTagClassName
 {
   color: #661EED;
 }
</style>

background-color css

<style>
 a { background-color: #661EED; }

 a { background-color: rgb(102,30,237); }

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

border-color css

<style>
 span { border-color: #661EED; }

 span { border-color: rgb(102,30,237); }

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