Html Css Color HEX #661FFD Han Purple

📋 copy color: '#661FFD'

red 102 ◦ green 31 ◦ blue 253

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

Shades of Han Purple #661FFD

Tints of Han Purple #661FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.54%

R = 26.42%
G = 8.03%
B = 65.54%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#661FFD (or 0x661FFD) is known color: Han Purple. HEX triplet: 66, 1F and FD. RGB value is (102,31,253). Sum of RGB (Red+Green+Blue) = 102+31+253=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #661FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661FFD is #99E002. Grayscale: #4C4C4C. Windows color (decimal): -10084355 or 16588646. OLE color: 16588646.

HSL color Cylindrical-coordinate representation of color #661FFD: hue angle of 259.19º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661FFD is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 31 253 -
CMYK 0.60 0.88 0 0.01
HSL 259.19º 0.98% 0.56% -
HSV(B) 259.19º 0.88% 0.99% -
XYZ 23.7 10.9 93.78 -
YUV 77.54 227.02 145.45 -
System Red Green Blue C M Y K H S L
Decimal 102 31 253 0.60 0.88 0 0.01 259.19 0.98 0.56
Hex 66 1F FD 3C 58 0 1 103 62 38
Octal 146 37 375 74 130 0 1 403 142 70
Binary 1100110 11111 11111101 111100 1011000 0 1 100000011 1100010 111000

Color Harmonies of #661FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661FFD

Black with #661FFD

Text Example


Text Example

White with #661FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,31,253); }

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

background-color css

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

 a { background-color: rgb(102,31,253); }

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

border-color css

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

 span { border-color: rgb(102,31,253); }

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