Html Css Color HEX #6B38F9 Han Purple

📋 copy color: '#6B38F9'

red 107 ◦ green 56 ◦ blue 249

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

Shades of Han Purple #6B38F9

Tints of Han Purple #6B38F9

RGB

 RED value IS 107 (42.19% from 255) = 25.97%

 GREEN value IS 56 (22.27% from 255) = 13.59%

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

R = 25.97%
G = 13.59%
B = 60.44%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B38F9 (or 0x6B38F9) is known color: Han Purple. HEX triplet: 6B, 38 and F9. RGB value is (107,56,249). Sum of RGB (Red+Green+Blue) = 107+56+249=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #6B38F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B38F9 is #94C706. Grayscale: #5C5C5C. Windows color (decimal): -9750279 or 16332907. OLE color: 16332907.

HSL color Cylindrical-coordinate representation of color #6B38F9: hue angle of 255.85º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B38F9 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 56 249 -
CMYK 0.57 0.78 0 0.02
HSL 255.85º 0.94% 0.6% -
HSV(B) 255.85º 0.78% 0.98% -
XYZ 24.58 12.79 90.8 -
YUV 93.25 215.9 137.81 -
System Red Green Blue C M Y K H S L
Decimal 107 56 249 0.57 0.78 0 0.02 255.85 0.94 0.6
Hex 6B 38 F9 39 4E 0 2 100 5E 3C
Octal 153 70 371 71 116 0 2 400 136 74
Binary 1101011 111000 11111001 111001 1001110 0 10 100000000 1011110 111100

Color Harmonies of #6B38F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B38F9

Black with #6B38F9

Text Example


Text Example

White with #6B38F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B38F9; }

 p { color: rgb(107,56,249); }

 H1.HeaderClassName
 {
   color: #6B38F9;
 }
 .AnyTagClassName
 {
   color: #6B38F9;
 }
</style>

background-color css

<style>
 a { background-color: #6B38F9; }

 a { background-color: rgb(107,56,249); }

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

border-color css

<style>
 span { border-color: #6B38F9; }

 span { border-color: rgb(107,56,249); }

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