Html Css Color HEX #6313FF Han Purple

📋 copy color: '#6313FF'

red 99 ◦ green 19 ◦ blue 255

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

Shades of Han Purple #6313FF

Tints of Han Purple #6313FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.09%

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

R = 26.54%
G = 5.09%
B = 68.36%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6313FF (or 0x6313FF) is known color: Han Purple. HEX triplet: 63, 13 and FF. RGB value is (99,19,255). Sum of RGB (Red+Green+Blue) = 99+19+255=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #6313FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6313FF is #9CEC00. Grayscale: #444444. Windows color (decimal): -10284033 or 16716643. OLE color: 16716643.

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

Color convert

RGB 99 19 255 -
CMYK 0.61 0.93 0 0
HSL 260.34º 1% 0.54% -
HSV(B) 260.34º 0.93% 1% -
XYZ 23.43 10.34 95.37 -
YUV 69.82 232.5 148.81 -
System Red Green Blue C M Y K H S L
Decimal 99 19 255 0.61 0.93 0 0 260.34 1 0.54
Hex 63 13 FF 3D 5D 0 0 104 64 36
Octal 143 23 377 75 135 0 0 404 144 66
Binary 1100011 10011 11111111 111101 1011101 0 0 100000100 1100100 110110

Color Harmonies of #6313FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6313FF

Black with #6313FF

Text Example


Text Example

White with #6313FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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