Html Css Color HEX #6F28FF Han Purple

📋 copy color: '#6F28FF'

red 111 ◦ green 40 ◦ blue 255

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

Shades of Han Purple #6F28FF

Tints of Han Purple #6F28FF

RGB

 RED value IS 111 (43.75% from 255) = 27.34%

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

 BLUE value IS 255 (100% from 255) = 62.81%

R = 27.34%
G = 9.85%
B = 62.81%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F28FF (or 0x6F28FF) is known color: Han Purple. HEX triplet: 6F, 28 and FF. RGB value is (111,40,255). Sum of RGB (Red+Green+Blue) = 111+40+255=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F28FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F28FF is #90D700. Grayscale: #545454. Windows color (decimal): -9492225 or 16722031. OLE color: 16722031.

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

Color convert

RGB 111 40 255 -
CMYK 0.56 0.84 0 0
HSL 259.81º 1% 0.58% -
HSV(B) 259.81º 0.84% 1% -
XYZ 25.36 12.12 95.61 -
YUV 85.74 223.52 146.02 -
System Red Green Blue C M Y K H S L
Decimal 111 40 255 0.56 0.84 0 0 259.81 1 0.58
Hex 6F 28 FF 38 54 0 0 104 64 3A
Octal 157 50 377 70 124 0 0 404 144 72
Binary 1101111 101000 11111111 111000 1010100 0 0 100000100 1100100 111010

Color Harmonies of #6F28FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F28FF

Black with #6F28FF

Text Example


Text Example

White with #6F28FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,40,255); }

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

background-color css

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

 a { background-color: rgb(111,40,255); }

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

border-color css

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

 span { border-color: rgb(111,40,255); }

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