Html Css Color HEX #6F2FFA Han Purple

📋 copy color: '#6F2FFA'

red 111 ◦ green 47 ◦ blue 250

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

Shades of Han Purple #6F2FFA

Tints of Han Purple #6F2FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.52%

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

R = 27.21%
G = 11.52%
B = 61.27%

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

#6F2FFA (or 0x6F2FFA) is known color: Han Purple. HEX triplet: 6F, 2F and FA. RGB value is (111,47,250). Sum of RGB (Red+Green+Blue) = 111+47+250=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F2FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2FFA is #90D005. Grayscale: #585858. Windows color (decimal): -9490438 or 16396143. OLE color: 16396143.

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

Color convert

RGB 111 47 250 -
CMYK 0.56 0.81 0 0.02
HSL 258.92º 0.95% 0.58% -
HSV(B) 258.92º 0.81% 0.98% -
XYZ 24.83 12.31 91.51 -
YUV 89.28 218.7 143.49 -
System Red Green Blue C M Y K H S L
Decimal 111 47 250 0.56 0.81 0 0.02 258.92 0.95 0.58
Hex 6F 2F FA 38 51 0 2 103 5F 3A
Octal 157 57 372 70 121 0 2 403 137 72
Binary 1101111 101111 11111010 111000 1010001 0 10 100000011 1011111 111010

Color Harmonies of #6F2FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2FFA

Black with #6F2FFA

Text Example


Text Example

White with #6F2FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,47,250); }

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

background-color css

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

 a { background-color: rgb(111,47,250); }

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

border-color css

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

 span { border-color: rgb(111,47,250); }

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