Html Css Color HEX #6312EE Han Purple

📋 copy color: '#6312EE'

red 99 ◦ green 18 ◦ blue 238

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

Shades of Han Purple #6312EE

Tints of Han Purple #6312EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.07%

 BLUE value IS 238 (93.36% from 255) = 67.04%

R = 27.89%
G = 5.07%
B = 67.04%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6312EE (or 0x6312EE) is known color: Han Purple. HEX triplet: 63, 12 and EE. RGB value is (99,18,238). Sum of RGB (Red+Green+Blue) = 99+18+238=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #6312EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6312EE is #9CED11. Grayscale: #424242. Windows color (decimal): -10284306 or 15602275. OLE color: 15602275.

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

Color convert

RGB 99 18 238 -
CMYK 0.58 0.92 0 0.07
HSL 262.09º 0.87% 0.5% -
HSV(B) 262.09º 0.92% 0.93% -
XYZ 20.79 9.26 81.58 -
YUV 67.3 224.34 150.61 -
System Red Green Blue C M Y K H S L
Decimal 99 18 238 0.58 0.92 0 0.07 262.09 0.87 0.5
Hex 63 12 EE 3A 5C 0 7 106 57 32
Octal 143 22 356 72 134 0 7 406 127 62
Binary 1100011 10010 11101110 111010 1011100 0 111 100000110 1010111 110010

Color Harmonies of #6312EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6312EE

Black with #6312EE

Text Example


Text Example

White with #6312EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6312EE; }

 p { color: rgb(99,18,238); }

 H1.HeaderClassName
 {
   color: #6312EE;
 }
 .AnyTagClassName
 {
   color: #6312EE;
 }
</style>

background-color css

<style>
 a { background-color: #6312EE; }

 a { background-color: rgb(99,18,238); }

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

border-color css

<style>
 span { border-color: #6312EE; }

 span { border-color: rgb(99,18,238); }

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