Html Css Color HEX #6331F9 Han Purple

📋 copy color: '#6331F9'

red 99 ◦ green 49 ◦ blue 249

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

Shades of Han Purple #6331F9

Tints of Han Purple #6331F9

RGB

 RED value IS 99 (39.06% from 255) = 24.94%

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

 BLUE value IS 249 (97.66% from 255) = 62.72%

R = 24.94%
G = 12.34%
B = 62.72%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6331F9 (or 0x6331F9) is known color: Han Purple. HEX triplet: 63, 31 and F9. RGB value is (99,49,249). Sum of RGB (Red+Green+Blue) = 99+49+249=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 249 (97.66% from 255 or 62.72% from 397); Max value from RGB is 249 - color contains mainly: blue. Hex color #6331F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6331F9 is #9CCE06. Grayscale: #565656. Windows color (decimal): -10276359 or 16331107. OLE color: 16331107.

HSL color Cylindrical-coordinate representation of color #6331F9: hue angle of 255º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6331F9 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 49 249 -
CMYK 0.60 0.80 0 0.02
HSL 255º 0.94% 0.58% -
HSV(B) 255º 0.8% 0.98% -
XYZ 23.34 11.69 90.65 -
YUV 86.75 219.57 136.74 -
System Red Green Blue C M Y K H S L
Decimal 99 49 249 0.60 0.80 0 0.02 255 0.94 0.58
Hex 63 31 F9 3C 50 0 2 FF 5E 3A
Octal 143 61 371 74 120 0 2 377 136 72
Binary 1100011 110001 11111001 111100 1010000 0 10 11111111 1011110 111010

Color Harmonies of #6331F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6331F9

Black with #6331F9

Text Example


Text Example

White with #6331F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6331F9; }

 p { color: rgb(99,49,249); }

 H1.HeaderClassName
 {
   color: #6331F9;
 }
 .AnyTagClassName
 {
   color: #6331F9;
 }
</style>

background-color css

<style>
 a { background-color: #6331F9; }

 a { background-color: rgb(99,49,249); }

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

border-color css

<style>
 span { border-color: #6331F9; }

 span { border-color: rgb(99,49,249); }

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