Html Css Color HEX #6231EE Han Purple

📋 copy color: '#6231EE'

red 98 ◦ green 49 ◦ blue 238

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

Shades of Han Purple #6231EE

Tints of Han Purple #6231EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.73%

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

R = 25.45%
G = 12.73%
B = 61.82%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6231EE (or 0x6231EE) is known color: Han Purple. HEX triplet: 62, 31 and EE. RGB value is (98,49,238). Sum of RGB (Red+Green+Blue) = 98+49+238=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #6231EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6231EE is #9DCE11. Grayscale: #545454. Windows color (decimal): -10341906 or 15610210. OLE color: 15610210.

HSL color Cylindrical-coordinate representation of color #6231EE: hue angle of 255.56º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6231EE is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 49 238 -
CMYK 0.59 0.79 0 0.07
HSL 255.56º 0.85% 0.56% -
HSV(B) 255.56º 0.79% 0.93% -
XYZ 21.57 10.97 81.87 -
YUV 85.2 214.23 137.13 -
System Red Green Blue C M Y K H S L
Decimal 98 49 238 0.59 0.79 0 0.07 255.56 0.85 0.56
Hex 62 31 EE 3B 4F 0 7 100 55 38
Octal 142 61 356 73 117 0 7 400 125 70
Binary 1100010 110001 11101110 111011 1001111 0 111 100000000 1010101 111000

Color Harmonies of #6231EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6231EE

Black with #6231EE

Text Example


Text Example

White with #6231EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,49,238); }

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

background-color css

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

 a { background-color: rgb(98,49,238); }

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

border-color css

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

 span { border-color: rgb(98,49,238); }

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