Html Css Color HEX #6318FF Han Purple

📋 copy color: '#6318FF'

red 99 ◦ green 24 ◦ blue 255

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

Shades of Han Purple #6318FF

Tints of Han Purple #6318FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.46%

R = 26.19%
G = 6.35%
B = 67.46%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6318FF (or 0x6318FF) is known color: Han Purple. HEX triplet: 63, 18 and FF. RGB value is (99,24,255). Sum of RGB (Red+Green+Blue) = 99+24+255=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #6318FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6318FF is #9CE700. Grayscale: #474747. Windows color (decimal): -10282753 or 16717923. OLE color: 16717923.

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

Color convert

RGB 99 24 255 -
CMYK 0.61 0.91 0 0
HSL 259.48º 1% 0.55% -
HSV(B) 259.48º 0.91% 1% -
XYZ 23.52 10.53 95.4 -
YUV 72.76 230.85 146.72 -
System Red Green Blue C M Y K H S L
Decimal 99 24 255 0.61 0.91 0 0 259.48 1 0.55
Hex 63 18 FF 3D 5B 0 0 103 64 37
Octal 143 30 377 75 133 0 0 403 144 67
Binary 1100011 11000 11111111 111101 1011011 0 0 100000011 1100100 110111

Color Harmonies of #6318FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6318FF

Black with #6318FF

Text Example


Text Example

White with #6318FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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