Html Css Color HEX #6231EA Han Purple

📋 copy color: '#6231EA'

red 98 ◦ green 49 ◦ blue 234

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

Shades of Han Purple #6231EA

Tints of Han Purple #6231EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.42%

R = 25.72%
G = 12.86%
B = 61.42%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6231EA (or 0x6231EA) is known color: Han Purple. HEX triplet: 62, 31 and EA. RGB value is (98,49,234). Sum of RGB (Red+Green+Blue) = 98+49+234=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #6231EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6231EA is #9DCE15. Grayscale: #545454. Windows color (decimal): -10341910 or 15348066. OLE color: 15348066.

HSL color Cylindrical-coordinate representation of color #6231EA: hue angle of 255.89º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6231EA is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 49 234 -
CMYK 0.58 0.79 0 0.08
HSL 255.89º 0.81% 0.55% -
HSV(B) 255.89º 0.79% 0.92% -
XYZ 20.99 10.73 78.81 -
YUV 84.74 212.23 137.46 -
System Red Green Blue C M Y K H S L
Decimal 98 49 234 0.58 0.79 0 0.08 255.89 0.81 0.55
Hex 62 31 EA 3A 4F 0 8 100 51 37
Octal 142 61 352 72 117 0 10 400 121 67
Binary 1100010 110001 11101010 111010 1001111 0 1000 100000000 1010001 110111

Color Harmonies of #6231EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6231EA

Black with #6231EA

Text Example


Text Example

White with #6231EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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