Html Css Color HEX #6231E5 Han Purple

📋 copy color: '#6231E5'

red 98 ◦ green 49 ◦ blue 229

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

Shades of Han Purple #6231E5

Tints of Han Purple #6231E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 60.9%

R = 26.06%
G = 13.03%
B = 60.9%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6231E5 (or 0x6231E5) is known color: Han Purple. HEX triplet: 62, 31 and E5. RGB value is (98,49,229). Sum of RGB (Red+Green+Blue) = 98+49+229=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #6231E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6231E5 is #9DCE1A. Grayscale: #535353. Windows color (decimal): -10341915 or 15020386. OLE color: 15020386.

HSL color Cylindrical-coordinate representation of color #6231E5: hue angle of 256.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6231E5 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 98 49 229 -
CMYK 0.57 0.79 0 0.10
HSL 256.33º 0.78% 0.55% -
HSV(B) 256.33º 0.79% 0.9% -
XYZ 20.28 10.45 75.08 -
YUV 84.17 209.73 137.86 -
System Red Green Blue C M Y K H S L
Decimal 98 49 229 0.57 0.79 0 0.10 256.33 0.78 0.55
Hex 62 31 E5 39 4F 0 A 100 4E 37
Octal 142 61 345 71 117 0 12 400 116 67
Binary 1100010 110001 11100101 111001 1001111 0 1010 100000000 1001110 110111

Color Harmonies of #6231E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6231E5

Black with #6231E5

Text Example


Text Example

White with #6231E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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