Html Css Color HEX #6315FD Han Purple

📋 copy color: '#6315FD'

red 99 ◦ green 21 ◦ blue 253

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

Shades of Han Purple #6315FD

Tints of Han Purple #6315FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.63%

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

R = 26.54%
G = 5.63%
B = 67.83%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6315FD (or 0x6315FD) is known color: Han Purple. HEX triplet: 63, 15 and FD. RGB value is (99,21,253). Sum of RGB (Red+Green+Blue) = 99+21+253=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #6315FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6315FD is #9CEA02. Grayscale: #454545. Windows color (decimal): -10283523 or 16586083. OLE color: 16586083.

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

Color convert

RGB 99 21 253 -
CMYK 0.61 0.92 0 0.01
HSL 260.17º 0.98% 0.54% -
HSV(B) 260.17º 0.92% 0.99% -
XYZ 23.14 10.28 93.69 -
YUV 70.77 230.84 148.14 -
System Red Green Blue C M Y K H S L
Decimal 99 21 253 0.61 0.92 0 0.01 260.17 0.98 0.54
Hex 63 15 FD 3D 5C 0 1 104 62 36
Octal 143 25 375 75 134 0 1 404 142 66
Binary 1100011 10101 11111101 111101 1011100 0 1 100000100 1100010 110110

Color Harmonies of #6315FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6315FD

Black with #6315FD

Text Example


Text Example

White with #6315FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,21,253); }

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

background-color css

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

 a { background-color: rgb(99,21,253); }

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

border-color css

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

 span { border-color: rgb(99,21,253); }

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