Html Css Color HEX #6215FF Han Purple

📋 copy color: '#6215FF'

red 98 ◦ green 21 ◦ blue 255

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

Shades of Han Purple #6215FF

Tints of Han Purple #6215FF

RGB

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

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

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

R = 26.2%
G = 5.61%
B = 68.18%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6215FF (or 0x6215FF) is known color: Han Purple. HEX triplet: 62, 15 and FF. RGB value is (98,21,255). Sum of RGB (Red+Green+Blue) = 98+21+255=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #6215FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6215FF is #9DEA00. Grayscale: #454545. Windows color (decimal): -10349057 or 16717154. OLE color: 16717154.

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

Color convert

RGB 98 21 255 -
CMYK 0.62 0.92 0 0
HSL 259.74º 1% 0.54% -
HSV(B) 259.74º 0.92% 1% -
XYZ 23.36 10.35 95.38 -
YUV 70.7 232.01 147.47 -
System Red Green Blue C M Y K H S L
Decimal 98 21 255 0.62 0.92 0 0 259.74 1 0.54
Hex 62 15 FF 3E 5C 0 0 104 64 36
Octal 142 25 377 76 134 0 0 404 144 66
Binary 1100010 10101 11111111 111110 1011100 0 0 100000100 1100100 110110

Color Harmonies of #6215FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6215FF

Black with #6215FF

Text Example


Text Example

White with #6215FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,21,255); }

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

background-color css

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

 a { background-color: rgb(98,21,255); }

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

border-color css

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

 span { border-color: rgb(98,21,255); }

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