Html Css Color HEX #6D34CE Purple Heart

📋 copy color: '#6D34CE'

red 109 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #6D34CE

Tints of Purple Heart #6D34CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 29.7%
G = 14.17%
B = 56.13%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D34CE (or 0x6D34CE) is known color: Purple Heart. HEX triplet: 6D, 34 and CE. RGB value is (109,52,206). Sum of RGB (Red+Green+Blue) = 109+52+206=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D34CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D34CE is #92CB31. Grayscale: #565656. Windows color (decimal): -9620274 or 13513837. OLE color: 13513837.

HSL color Cylindrical-coordinate representation of color #6D34CE: hue angle of 262.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D34CE is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 52 206 -
CMYK 0.47 0.75 0 0.19
HSL 262.21º 0.61% 0.51% -
HSV(B) 262.21º 0.75% 0.81% -
XYZ 18.68 10.16 59.37 -
YUV 86.6 195.38 143.98 -
System Red Green Blue C M Y K H S L
Decimal 109 52 206 0.47 0.75 0 0.19 262.21 0.61 0.51
Hex 6D 34 CE 2F 4B 0 13 106 3D 33
Octal 155 64 316 57 113 0 23 406 75 63
Binary 1101101 110100 11001110 101111 1001011 0 10011 100000110 111101 110011

Color Harmonies of #6D34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D34CE

Black with #6D34CE

Text Example


Text Example

White with #6D34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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