Html Css Color HEX #6A28FA Han Purple

📋 copy color: '#6A28FA'

red 106 ◦ green 40 ◦ blue 250

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

Shades of Han Purple #6A28FA

Tints of Han Purple #6A28FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.1%

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

R = 26.77%
G = 10.1%
B = 63.13%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A28FA (or 0x6A28FA) is known color: Han Purple. HEX triplet: 6A, 28 and FA. RGB value is (106,40,250). Sum of RGB (Red+Green+Blue) = 106+40+250=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A28FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A28FA is #95D705. Grayscale: #525252. Windows color (decimal): -9819910 or 16394346. OLE color: 16394346.

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

Color convert

RGB 106 40 250 -
CMYK 0.58 0.84 0 0.02
HSL 258.86º 0.95% 0.57% -
HSV(B) 258.86º 0.84% 0.98% -
XYZ 23.96 11.48 91.4 -
YUV 83.67 221.87 143.92 -
System Red Green Blue C M Y K H S L
Decimal 106 40 250 0.58 0.84 0 0.02 258.86 0.95 0.57
Hex 6A 28 FA 3A 54 0 2 103 5F 39
Octal 152 50 372 72 124 0 2 403 137 71
Binary 1101010 101000 11111010 111010 1010100 0 10 100000011 1011111 111001

Color Harmonies of #6A28FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A28FA

Black with #6A28FA

Text Example


Text Example

White with #6A28FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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