Html Css Color HEX #6224FD Han Purple

📋 copy color: '#6224FD'

red 98 ◦ green 36 ◦ blue 253

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

Shades of Han Purple #6224FD

Tints of Han Purple #6224FD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.3%

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

R = 25.32%
G = 9.3%
B = 65.37%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6224FD (or 0x6224FD) is known color: Han Purple. HEX triplet: 62, 24 and FD. RGB value is (98,36,253). Sum of RGB (Red+Green+Blue) = 98+36+253=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #6224FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6224FD is #9DDB02. Grayscale: #4E4E4E. Windows color (decimal): -10345219 or 16589922. OLE color: 16589922.

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

Color convert

RGB 98 36 253 -
CMYK 0.61 0.86 0 0.01
HSL 257.14º 0.98% 0.57% -
HSV(B) 257.14º 0.86% 0.99% -
XYZ 23.4 10.95 93.81 -
YUV 79.28 226.04 141.36 -
System Red Green Blue C M Y K H S L
Decimal 98 36 253 0.61 0.86 0 0.01 257.14 0.98 0.57
Hex 62 24 FD 3D 56 0 1 101 62 39
Octal 142 44 375 75 126 0 1 401 142 71
Binary 1100010 100100 11111101 111101 1010110 0 1 100000001 1100010 111001

Color Harmonies of #6224FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6224FD

Black with #6224FD

Text Example


Text Example

White with #6224FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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