Html Css Color HEX #6217FD Han Purple

📋 copy color: '#6217FD'

red 98 ◦ green 23 ◦ blue 253

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

Shades of Han Purple #6217FD

Tints of Han Purple #6217FD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.15%

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

R = 26.2%
G = 6.15%
B = 67.65%

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

#6217FD (or 0x6217FD) is known color: Han Purple. HEX triplet: 62, 17 and FD. RGB value is (98,23,253). Sum of RGB (Red+Green+Blue) = 98+23+253=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #6217FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6217FD is #9DE802. Grayscale: #464646. Windows color (decimal): -10348547 or 16586594. OLE color: 16586594.

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

Color convert

RGB 98 23 253 -
CMYK 0.61 0.91 0 0.01
HSL 259.57º 0.98% 0.54% -
HSV(B) 259.57º 0.91% 0.99% -
XYZ 23.07 10.3 93.7 -
YUV 71.65 230.35 146.8 -
System Red Green Blue C M Y K H S L
Decimal 98 23 253 0.61 0.91 0 0.01 259.57 0.98 0.54
Hex 62 17 FD 3D 5B 0 1 104 62 36
Octal 142 27 375 75 133 0 1 404 142 66
Binary 1100010 10111 11111101 111101 1011011 0 1 100000100 1100010 110110

Color Harmonies of #6217FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6217FD

Black with #6217FD

Text Example


Text Example

White with #6217FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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