Html Css Color HEX #6D3BCE Purple Heart

📋 copy color: '#6D3BCE'

red 109 ◦ green 59 ◦ blue 206

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

Shades of Purple Heart #6D3BCE

Tints of Purple Heart #6D3BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.78%

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

R = 29.14%
G = 15.78%
B = 55.08%

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

#6D3BCE (or 0x6D3BCE) is known color: Purple Heart. HEX triplet: 6D, 3B and CE. RGB value is (109,59,206). Sum of RGB (Red+Green+Blue) = 109+59+206=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D3BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3BCE is #92C431. Grayscale: #5A5A5A. Windows color (decimal): -9618482 or 13515629. OLE color: 13515629.

HSL color Cylindrical-coordinate representation of color #6D3BCE: hue angle of 260.41º 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 #6D3BCE is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 59 206 -
CMYK 0.47 0.71 0 0.19
HSL 260.41º 0.6% 0.52% -
HSV(B) 260.41º 0.71% 0.81% -
XYZ 19.01 10.84 59.48 -
YUV 90.71 193.07 141.05 -
System Red Green Blue C M Y K H S L
Decimal 109 59 206 0.47 0.71 0 0.19 260.41 0.6 0.52
Hex 6D 3B CE 2F 47 0 13 104 3C 34
Octal 155 73 316 57 107 0 23 404 74 64
Binary 1101101 111011 11001110 101111 1000111 0 10011 100000100 111100 110100

Color Harmonies of #6D3BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3BCE

Black with #6D3BCE

Text Example


Text Example

White with #6D3BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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