Html Css Color HEX #661BEF Han Purple

📋 copy color: '#661BEF'

red 102 ◦ green 27 ◦ blue 239

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

Shades of Han Purple #661BEF

Tints of Han Purple #661BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.34%

 BLUE value IS 239 (93.75% from 255) = 64.95%

R = 27.72%
G = 7.34%
B = 64.95%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#661BEF (or 0x661BEF) is known color: Han Purple. HEX triplet: 66, 1B and EF. RGB value is (102,27,239). Sum of RGB (Red+Green+Blue) = 102+27+239=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #661BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661BEF is #99E410. Grayscale: #484848. Windows color (decimal): -10085393 or 15670118. OLE color: 15670118.

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

Color convert

RGB 102 27 239 -
CMYK 0.57 0.89 0 0.06
HSL 261.23º 0.87% 0.52% -
HSV(B) 261.23º 0.89% 0.94% -
XYZ 21.45 9.84 82.43 -
YUV 73.59 221.35 148.26 -
System Red Green Blue C M Y K H S L
Decimal 102 27 239 0.57 0.89 0 0.06 261.23 0.87 0.52
Hex 66 1B EF 39 59 0 6 105 57 34
Octal 146 33 357 71 131 0 6 405 127 64
Binary 1100110 11011 11101111 111001 1011001 0 110 100000101 1010111 110100

Color Harmonies of #661BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661BEF

Black with #661BEF

Text Example


Text Example

White with #661BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,27,239); }

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

background-color css

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

 a { background-color: rgb(102,27,239); }

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

border-color css

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

 span { border-color: rgb(102,27,239); }

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