Html Css Color HEX #6318FE Han Purple

📋 copy color: '#6318FE'

red 99 ◦ green 24 ◦ blue 254

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

Shades of Han Purple #6318FE

Tints of Han Purple #6318FE

RGB

 RED value IS 99 (39.06% from 255) = 26.26%

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

 BLUE value IS 254 (99.61% from 255) = 67.37%

R = 26.26%
G = 6.37%
B = 67.37%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6318FE (or 0x6318FE) is known color: Han Purple. HEX triplet: 63, 18 and FE. RGB value is (99,24,254). Sum of RGB (Red+Green+Blue) = 99+24+254=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #6318FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6318FE is #9CE701. Grayscale: #474747. Windows color (decimal): -10282754 or 16652387. OLE color: 16652387.

HSL color Cylindrical-coordinate representation of color #6318FE: hue angle of 259.57º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6318FE is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 99 24 254 -
CMYK 0.61 0.91 0 0.00
HSL 259.57º 0.99% 0.55% -
HSV(B) 259.57º 0.91% 1% -
XYZ 23.36 10.46 94.55 -
YUV 72.65 230.35 146.8 -
System Red Green Blue C M Y K H S L
Decimal 99 24 254 0.61 0.91 0 0.00 259.57 0.99 0.55
Hex 63 18 FE 3D 5B 0 0 104 63 37
Octal 143 30 376 75 133 0 0 404 143 67
Binary 1100011 11000 11111110 111101 1011011 0 0 100000100 1100011 110111

Color Harmonies of #6318FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6318FE

Black with #6318FE

Text Example


Text Example

White with #6318FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6318FE; }

 p { color: rgb(99,24,254); }

 H1.HeaderClassName
 {
   color: #6318FE;
 }
 .AnyTagClassName
 {
   color: #6318FE;
 }
</style>

background-color css

<style>
 a { background-color: #6318FE; }

 a { background-color: rgb(99,24,254); }

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

border-color css

<style>
 span { border-color: #6318FE; }

 span { border-color: rgb(99,24,254); }

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