Html Css Color HEX #6231EB Han Purple

📋 copy color: '#6231EB'

red 98 ◦ green 49 ◦ blue 235

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

Shades of Han Purple #6231EB

Tints of Han Purple #6231EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.52%

R = 25.65%
G = 12.83%
B = 61.52%

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

#6231EB (or 0x6231EB) is known color: Han Purple. HEX triplet: 62, 31 and EB. RGB value is (98,49,235). Sum of RGB (Red+Green+Blue) = 98+49+235=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #6231EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6231EB is #9DCE14. Grayscale: #545454. Windows color (decimal): -10341909 or 15413602. OLE color: 15413602.

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

Color convert

RGB 98 49 235 -
CMYK 0.58 0.79 0 0.08
HSL 255.81º 0.82% 0.56% -
HSV(B) 255.81º 0.79% 0.92% -
XYZ 21.13 10.79 79.57 -
YUV 84.86 212.73 137.38 -
System Red Green Blue C M Y K H S L
Decimal 98 49 235 0.58 0.79 0 0.08 255.81 0.82 0.56
Hex 62 31 EB 3A 4F 0 8 100 52 38
Octal 142 61 353 72 117 0 10 400 122 70
Binary 1100010 110001 11101011 111010 1001111 0 1000 100000000 1010010 111000

Color Harmonies of #6231EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6231EB

Black with #6231EB

Text Example


Text Example

White with #6231EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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