Html Css Color HEX #6218FD Han Purple

📋 copy color: '#6218FD'

red 98 ◦ green 24 ◦ blue 253

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

Shades of Han Purple #6218FD

Tints of Han Purple #6218FD

RGB

 RED value IS 98 (38.67% from 255) = 26.13%

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

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

R = 26.13%
G = 6.4%
B = 67.47%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6218FD (or 0x6218FD) is known color: Han Purple. HEX triplet: 62, 18 and FD. RGB value is (98,24,253). Sum of RGB (Red+Green+Blue) = 98+24+253=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #6218FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6218FD is #9DE702. Grayscale: #474747. Windows color (decimal): -10348291 or 16586850. OLE color: 16586850.

HSL color Cylindrical-coordinate representation of color #6218FD: hue angle of 259.39º 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 #6218FD is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 24 253 -
CMYK 0.61 0.91 0 0.01
HSL 259.39º 0.98% 0.54% -
HSV(B) 259.39º 0.91% 0.99% -
XYZ 23.09 10.34 93.71 -
YUV 72.23 230.02 146.38 -
System Red Green Blue C M Y K H S L
Decimal 98 24 253 0.61 0.91 0 0.01 259.39 0.98 0.54
Hex 62 18 FD 3D 5B 0 1 103 62 36
Octal 142 30 375 75 133 0 1 403 142 66
Binary 1100010 11000 11111101 111101 1011011 0 1 100000011 1100010 110110

Color Harmonies of #6218FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6218FD

Black with #6218FD

Text Example


Text Example

White with #6218FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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