Html Css Color HEX #6618FD Han Purple

📋 copy color: '#6618FD'

red 102 ◦ green 24 ◦ blue 253

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

Shades of Han Purple #6618FD

Tints of Han Purple #6618FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.33%

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

R = 26.91%
G = 6.33%
B = 66.75%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6618FD (or 0x6618FD) is known color: Han Purple. HEX triplet: 66, 18 and FD. RGB value is (102,24,253). Sum of RGB (Red+Green+Blue) = 102+24+253=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #6618FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6618FD is #99E702. Grayscale: #484848. Windows color (decimal): -10086147 or 16586854. OLE color: 16586854.

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

Color convert

RGB 102 24 253 -
CMYK 0.60 0.91 0 0.01
HSL 260.44º 0.98% 0.54% -
HSV(B) 260.44º 0.91% 0.99% -
XYZ 23.54 10.57 93.73 -
YUV 73.43 229.34 148.38 -
System Red Green Blue C M Y K H S L
Decimal 102 24 253 0.60 0.91 0 0.01 260.44 0.98 0.54
Hex 66 18 FD 3C 5B 0 1 104 62 36
Octal 146 30 375 74 133 0 1 404 142 66
Binary 1100110 11000 11111101 111100 1011011 0 1 100000100 1100010 110110

Color Harmonies of #6618FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6618FD

Black with #6618FD

Text Example


Text Example

White with #6618FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6618FD; }

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

 H1.HeaderClassName
 {
   color: #6618FD;
 }
 .AnyTagClassName
 {
   color: #6618FD;
 }
</style>

background-color css

<style>
 a { background-color: #6618FD; }

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

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

border-color css

<style>
 span { border-color: #6618FD; }

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

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