Html Css Color HEX #6A33FA Han Purple

📋 copy color: '#6A33FA'

red 106 ◦ green 51 ◦ blue 250

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

Shades of Han Purple #6A33FA

Tints of Han Purple #6A33FA

RGB

 RED value IS 106 (41.8% from 255) = 26.04%

 GREEN value IS 51 (20.31% from 255) = 12.53%

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

R = 26.04%
G = 12.53%
B = 61.43%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A33FA (or 0x6A33FA) is known color: Han Purple. HEX triplet: 6A, 33 and FA. RGB value is (106,51,250). Sum of RGB (Red+Green+Blue) = 106+51+250=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 51 (20.31% from 255 or 12.53% 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 #6A33FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A33FA is #95CC05. Grayscale: #595959. Windows color (decimal): -9817094 or 16397162. OLE color: 16397162.

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

Color convert

RGB 106 51 250 -
CMYK 0.58 0.80 0 0.02
HSL 256.58º 0.95% 0.59% -
HSV(B) 256.58º 0.8% 0.98% -
XYZ 24.38 12.33 91.54 -
YUV 90.13 218.22 139.32 -
System Red Green Blue C M Y K H S L
Decimal 106 51 250 0.58 0.80 0 0.02 256.58 0.95 0.59
Hex 6A 33 FA 3A 50 0 2 101 5F 3B
Octal 152 63 372 72 120 0 2 401 137 73
Binary 1101010 110011 11111010 111010 1010000 0 10 100000001 1011111 111011

Color Harmonies of #6A33FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A33FA

Black with #6A33FA

Text Example


Text Example

White with #6A33FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,51,250); }

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

background-color css

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

 a { background-color: rgb(106,51,250); }

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

border-color css

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

 span { border-color: rgb(106,51,250); }

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