Html Css Color HEX #6A36F2 Han Purple

📋 copy color: '#6A36F2'

red 106 ◦ green 54 ◦ blue 242

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

Shades of Han Purple #6A36F2

Tints of Han Purple #6A36F2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.43%

 BLUE value IS 242 (94.92% from 255) = 60.2%

R = 26.37%
G = 13.43%
B = 60.2%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6A36F2 (or 0x6A36F2) is known color: Han Purple. HEX triplet: 6A, 36 and F2. RGB value is (106,54,242). Sum of RGB (Red+Green+Blue) = 106+54+242=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #6A36F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A36F2 is #95C90D. Grayscale: #5A5A5A. Windows color (decimal): -9816334 or 15873642. OLE color: 15873642.

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

Color convert

RGB 106 54 242 -
CMYK 0.56 0.78 0 0.05
HSL 256.6º 0.88% 0.58% -
HSV(B) 256.6º 0.78% 0.95% -
XYZ 23.29 12.11 85.11 -
YUV 90.98 213.23 138.71 -
System Red Green Blue C M Y K H S L
Decimal 106 54 242 0.56 0.78 0 0.05 256.6 0.88 0.58
Hex 6A 36 F2 38 4E 0 5 101 58 3A
Octal 152 66 362 70 116 0 5 401 130 72
Binary 1101010 110110 11110010 111000 1001110 0 101 100000001 1011000 111010

Color Harmonies of #6A36F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A36F2

Black with #6A36F2

Text Example


Text Example

White with #6A36F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,54,242); }

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

background-color css

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

 a { background-color: rgb(106,54,242); }

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

border-color css

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

 span { border-color: rgb(106,54,242); }

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