Html Css Color HEX #6E34B5 Purple Heart

📋 copy color: '#6E34B5'

red 110 ◦ green 52 ◦ blue 181

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

Shades of Purple Heart #6E34B5

Tints of Purple Heart #6E34B5

RGB

 RED value IS 110 (43.36% from 255) = 32.07%

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

 BLUE value IS 181 (71.09% from 255) = 52.77%

R = 32.07%
G = 15.16%
B = 52.77%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6E34B5 (or 0x6E34B5) is known color: Purple Heart. HEX triplet: 6E, 34 and B5. RGB value is (110,52,181). Sum of RGB (Red+Green+Blue) = 110+52+181=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 181 (71.09% from 255 or 52.77% from 343); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E34B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E34B5 is #91CB4A. Grayscale: #535353. Windows color (decimal): -9554763 or 11875438. OLE color: 11875438.

HSL color Cylindrical-coordinate representation of color #6E34B5: hue angle of 266.98º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E34B5 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 110 52 181 -
CMYK 0.39 0.71 0 0.29
HSL 266.98º 0.55% 0.46% -
HSV(B) 266.98º 0.71% 0.71% -
XYZ 16 9.11 44.63 -
YUV 84.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 110 52 181 0.39 0.71 0 0.29 266.98 0.55 0.46
Hex 6E 34 B5 27 47 0 1D 10B 37 2E
Octal 156 64 265 47 107 0 35 413 67 56
Binary 1101110 110100 10110101 100111 1000111 0 11101 100001011 110111 101110

Color Harmonies of #6E34B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E34B5

Black with #6E34B5

Text Example


Text Example

White with #6E34B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,52,181); }

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

background-color css

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

 a { background-color: rgb(110,52,181); }

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

border-color css

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

 span { border-color: rgb(110,52,181); }

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