Html Css Color HEX #6215EC Han Purple

📋 copy color: '#6215EC'

red 98 ◦ green 21 ◦ blue 236

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

Shades of Han Purple #6215EC

Tints of Han Purple #6215EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 66.48%

R = 27.61%
G = 5.92%
B = 66.48%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6215EC (or 0x6215EC) is known color: Han Purple. HEX triplet: 62, 15 and EC. RGB value is (98,21,236). Sum of RGB (Red+Green+Blue) = 98+21+236=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #6215EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6215EC is #9DEA13. Grayscale: #434343. Windows color (decimal): -10349076 or 15471970. OLE color: 15471970.

HSL color Cylindrical-coordinate representation of color #6215EC: hue angle of 261.49º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6215EC is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 21 236 -
CMYK 0.58 0.91 0 0.07
HSL 261.49º 0.85% 0.5% -
HSV(B) 261.49º 0.91% 0.93% -
XYZ 20.45 9.19 80.05 -
YUV 68.53 222.51 149.02 -
System Red Green Blue C M Y K H S L
Decimal 98 21 236 0.58 0.91 0 0.07 261.49 0.85 0.5
Hex 62 15 EC 3A 5B 0 7 105 55 32
Octal 142 25 354 72 133 0 7 405 125 62
Binary 1100010 10101 11101100 111010 1011011 0 111 100000101 1010101 110010

Color Harmonies of #6215EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6215EC

Black with #6215EC

Text Example


Text Example

White with #6215EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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