Html Css Color HEX #6F34F9 Han Purple

📋 copy color: '#6F34F9'

red 111 ◦ green 52 ◦ blue 249

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

Shades of Han Purple #6F34F9

Tints of Han Purple #6F34F9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.62%

 BLUE value IS 249 (97.66% from 255) = 60.44%

R = 26.94%
G = 12.62%
B = 60.44%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F34F9 (or 0x6F34F9) is known color: Han Purple. HEX triplet: 6F, 34 and F9. RGB value is (111,52,249). Sum of RGB (Red+Green+Blue) = 111+52+249=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F34F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F34F9 is #90CB06. Grayscale: #5B5B5B. Windows color (decimal): -9489159 or 16331887. OLE color: 16331887.

HSL color Cylindrical-coordinate representation of color #6F34F9: hue angle of 257.97º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F34F9 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 52 249 -
CMYK 0.55 0.79 0 0.02
HSL 257.97º 0.94% 0.59% -
HSV(B) 257.97º 0.79% 0.98% -
XYZ 24.88 12.68 90.76 -
YUV 92.1 216.55 141.48 -
System Red Green Blue C M Y K H S L
Decimal 111 52 249 0.55 0.79 0 0.02 257.97 0.94 0.59
Hex 6F 34 F9 37 4F 0 2 102 5E 3B
Octal 157 64 371 67 117 0 2 402 136 73
Binary 1101111 110100 11111001 110111 1001111 0 10 100000010 1011110 111011

Color Harmonies of #6F34F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F34F9

Black with #6F34F9

Text Example


Text Example

White with #6F34F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,52,249); }

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

background-color css

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

 a { background-color: rgb(111,52,249); }

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

border-color css

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

 span { border-color: rgb(111,52,249); }

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