Html Css Color HEX #6D3CCE Purple Heart

📋 copy color: '#6D3CCE'

red 109 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #6D3CCE

Tints of Purple Heart #6D3CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16%

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

R = 29.07%
G = 16%
B = 54.93%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D3CCE (or 0x6D3CCE) is known color: Purple Heart. HEX triplet: 6D, 3C and CE. RGB value is (109,60,206). Sum of RGB (Red+Green+Blue) = 109+60+206=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D3CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3CCE is #92C331. Grayscale: #5A5A5A. Windows color (decimal): -9618226 or 13515885. OLE color: 13515885.

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

Color convert

RGB 109 60 206 -
CMYK 0.47 0.71 0 0.19
HSL 260.14º 0.6% 0.52% -
HSV(B) 260.14º 0.71% 0.81% -
XYZ 19.06 10.94 59.5 -
YUV 91.3 192.73 140.63 -
System Red Green Blue C M Y K H S L
Decimal 109 60 206 0.47 0.71 0 0.19 260.14 0.6 0.52
Hex 6D 3C CE 2F 47 0 13 104 3C 34
Octal 155 74 316 57 107 0 23 404 74 64
Binary 1101101 111100 11001110 101111 1000111 0 10011 100000100 111100 110100

Color Harmonies of #6D3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3CCE

Black with #6D3CCE

Text Example


Text Example

White with #6D3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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