Html Css Color HEX #6D30FA Han Purple

📋 copy color: '#6D30FA'

red 109 ◦ green 48 ◦ blue 250

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

Shades of Han Purple #6D30FA

Tints of Han Purple #6D30FA

RGB

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

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

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

R = 26.78%
G = 11.79%
B = 61.43%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D30FA (or 0x6D30FA) is known color: Han Purple. HEX triplet: 6D, 30 and FA. RGB value is (109,48,250). Sum of RGB (Red+Green+Blue) = 109+48+250=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D30FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D30FA is #92CF05. Grayscale: #585858. Windows color (decimal): -9621254 or 16396397. OLE color: 16396397.

HSL color Cylindrical-coordinate representation of color #6D30FA: hue angle of 258.12º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D30FA is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 48 250 -
CMYK 0.56 0.81 0 0.02
HSL 258.12º 0.95% 0.58% -
HSV(B) 258.12º 0.81% 0.98% -
XYZ 24.62 12.27 91.51 -
YUV 89.27 218.71 142.07 -
System Red Green Blue C M Y K H S L
Decimal 109 48 250 0.56 0.81 0 0.02 258.12 0.95 0.58
Hex 6D 30 FA 38 51 0 2 102 5F 3A
Octal 155 60 372 70 121 0 2 402 137 72
Binary 1101101 110000 11111010 111000 1010001 0 10 100000010 1011111 111010

Color Harmonies of #6D30FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D30FA

Black with #6D30FA

Text Example


Text Example

White with #6D30FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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