Html Css Color HEX #6E30FB Han Purple

📋 copy color: '#6E30FB'

red 110 ◦ green 48 ◦ blue 251

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

Shades of Han Purple #6E30FB

Tints of Han Purple #6E30FB

RGB

 RED value IS 110 (43.36% from 255) = 26.89%

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

 BLUE value IS 251 (98.44% from 255) = 61.37%

R = 26.89%
G = 11.74%
B = 61.37%

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

#6E30FB (or 0x6E30FB) is known color: Han Purple. HEX triplet: 6E, 30 and FB. RGB value is (110,48,251). Sum of RGB (Red+Green+Blue) = 110+48+251=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E30FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E30FB is #91CF04. Grayscale: #585858. Windows color (decimal): -9555717 or 16461934. OLE color: 16461934.

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

Color convert

RGB 110 48 251 -
CMYK 0.56 0.81 0 0.02
HSL 258.33º 0.96% 0.59% -
HSV(B) 258.33º 0.81% 0.98% -
XYZ 24.9 12.39 92.35 -
YUV 89.68 219.04 142.49 -
System Red Green Blue C M Y K H S L
Decimal 110 48 251 0.56 0.81 0 0.02 258.33 0.96 0.59
Hex 6E 30 FB 38 51 0 2 102 60 3B
Octal 156 60 373 70 121 0 2 402 140 73
Binary 1101110 110000 11111011 111000 1010001 0 10 100000010 1100000 111011

Color Harmonies of #6E30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E30FB

Black with #6E30FB

Text Example


Text Example

White with #6E30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,48,251); }

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

background-color css

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

 a { background-color: rgb(110,48,251); }

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

border-color css

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

 span { border-color: rgb(110,48,251); }

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