Html Css Color HEX #6F33FD Han Purple

📋 copy color: '#6F33FD'

red 111 ◦ green 51 ◦ blue 253

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

Shades of Han Purple #6F33FD

Tints of Han Purple #6F33FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.96%

R = 26.75%
G = 12.29%
B = 60.96%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F33FD (or 0x6F33FD) is known color: Han Purple. HEX triplet: 6F, 33 and FD. RGB value is (111,51,253). Sum of RGB (Red+Green+Blue) = 111+51+253=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F33FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F33FD is #90CC02. Grayscale: #5B5B5B. Windows color (decimal): -9489411 or 16593775. OLE color: 16593775.

HSL color Cylindrical-coordinate representation of color #6F33FD: hue angle of 257.82º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F33FD is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 51 253 -
CMYK 0.56 0.80 0 0.01
HSL 257.82º 0.98% 0.6% -
HSV(B) 257.82º 0.8% 0.99% -
XYZ 25.47 12.84 94.06 -
YUV 91.97 218.88 141.57 -
System Red Green Blue C M Y K H S L
Decimal 111 51 253 0.56 0.80 0 0.01 257.82 0.98 0.6
Hex 6F 33 FD 38 50 0 1 102 62 3C
Octal 157 63 375 70 120 0 1 402 142 74
Binary 1101111 110011 11111101 111000 1010000 0 1 100000010 1100010 111100

Color Harmonies of #6F33FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F33FD

Black with #6F33FD

Text Example


Text Example

White with #6F33FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,51,253); }

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

background-color css

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

 a { background-color: rgb(111,51,253); }

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

border-color css

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

 span { border-color: rgb(111,51,253); }

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