Html Css Color HEX #6D34FF Han Purple

📋 copy color: '#6D34FF'

red 109 ◦ green 52 ◦ blue 255

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

Shades of Han Purple #6D34FF

Tints of Han Purple #6D34FF

RGB

 RED value IS 109 (42.97% from 255) = 26.2%

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

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

R = 26.2%
G = 12.5%
B = 61.3%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D34FF (or 0x6D34FF) is known color: Han Purple. HEX triplet: 6D, 34 and FF. RGB value is (109,52,255). Sum of RGB (Red+Green+Blue) = 109+52+255=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D34FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D34FF is #92CB00. Grayscale: #5B5B5B. Windows color (decimal): -9620225 or 16725101. OLE color: 16725101.

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

Color convert

RGB 109 52 255 -
CMYK 0.57 0.80 0 0
HSL 256.85º 1% 0.6% -
HSV(B) 256.85º 0.8% 1% -
XYZ 25.58 12.93 95.75 -
YUV 92.19 219.88 139.99 -
System Red Green Blue C M Y K H S L
Decimal 109 52 255 0.57 0.80 0 0 256.85 1 0.6
Hex 6D 34 FF 39 50 0 0 101 64 3C
Octal 155 64 377 71 120 0 0 401 144 74
Binary 1101101 110100 11111111 111001 1010000 0 0 100000001 1100100 111100

Color Harmonies of #6D34FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D34FF

Black with #6D34FF

Text Example


Text Example

White with #6D34FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,52,255); }

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

background-color css

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

 a { background-color: rgb(109,52,255); }

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

border-color css

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

 span { border-color: rgb(109,52,255); }

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