Html Css Color HEX #6231FA Han Purple

📋 copy color: '#6231FA'

red 98 ◦ green 49 ◦ blue 250

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

Shades of Han Purple #6231FA

Tints of Han Purple #6231FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.97%

R = 24.69%
G = 12.34%
B = 62.97%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6231FA (or 0x6231FA) is known color: Han Purple. HEX triplet: 62, 31 and FA. RGB value is (98,49,250). Sum of RGB (Red+Green+Blue) = 98+49+250=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #6231FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6231FA is #9DCE05. Grayscale: #555555. Windows color (decimal): -10341894 or 16396642. OLE color: 16396642.

HSL color Cylindrical-coordinate representation of color #6231FA: hue angle of 254.63º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6231FA is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 49 250 -
CMYK 0.61 0.80 0 0.02
HSL 254.63º 0.95% 0.59% -
HSV(B) 254.63º 0.8% 0.98% -
XYZ 23.39 11.7 91.47 -
YUV 86.57 220.23 136.16 -
System Red Green Blue C M Y K H S L
Decimal 98 49 250 0.61 0.80 0 0.02 254.63 0.95 0.59
Hex 62 31 FA 3D 50 0 2 FF 5F 3B
Octal 142 61 372 75 120 0 2 377 137 73
Binary 1100010 110001 11111010 111101 1010000 0 10 11111111 1011111 111011

Color Harmonies of #6231FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6231FA

Black with #6231FA

Text Example


Text Example

White with #6231FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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