Html Css Color HEX #6D30F6 Han Purple

📋 copy color: '#6D30F6'

red 109 ◦ green 48 ◦ blue 246

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

Shades of Han Purple #6D30F6

Tints of Han Purple #6D30F6

RGB

 RED value IS 109 (42.97% from 255) = 27.05%

 GREEN value IS 48 (19.14% from 255) = 11.91%

 BLUE value IS 246 (96.48% from 255) = 61.04%

R = 27.05%
G = 11.91%
B = 61.04%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6D30F6 (or 0x6D30F6) is known color: Han Purple. HEX triplet: 6D, 30 and F6. RGB value is (109,48,246). Sum of RGB (Red+Green+Blue) = 109+48+246=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D30F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D30F6 is #92CF09. Grayscale: #585858. Windows color (decimal): -9621258 or 16134253. OLE color: 16134253.

HSL color Cylindrical-coordinate representation of color #6D30F6: hue angle of 258.48º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D30F6 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 109 48 246 -
CMYK 0.56 0.80 0 0.04
HSL 258.48º 0.92% 0.58% -
HSV(B) 258.48º 0.8% 0.96% -
XYZ 24 12.02 88.24 -
YUV 88.81 216.71 142.4 -
System Red Green Blue C M Y K H S L
Decimal 109 48 246 0.56 0.80 0 0.04 258.48 0.92 0.58
Hex 6D 30 F6 38 50 0 4 102 5C 3A
Octal 155 60 366 70 120 0 4 402 134 72
Binary 1101101 110000 11110110 111000 1010000 0 100 100000010 1011100 111010

Color Harmonies of #6D30F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D30F6

Black with #6D30F6

Text Example


Text Example

White with #6D30F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,48,246); }

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

background-color css

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

 a { background-color: rgb(109,48,246); }

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

border-color css

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

 span { border-color: rgb(109,48,246); }

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