Html Css Color HEX #6D3CBF Purple Heart

📋 copy color: '#6D3CBF'

red 109 ◦ green 60 ◦ blue 191

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

Shades of Purple Heart #6D3CBF

Tints of Purple Heart #6D3CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.06%

R = 30.28%
G = 16.67%
B = 53.06%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D3CBF (or 0x6D3CBF) is known color: Purple Heart. HEX triplet: 6D, 3C and BF. RGB value is (109,60,191). Sum of RGB (Red+Green+Blue) = 109+60+191=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D3CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3CBF is #92C340. Grayscale: #595959. Windows color (decimal): -9618241 or 12532845. OLE color: 12532845.

HSL color Cylindrical-coordinate representation of color #6D3CBF: hue angle of 262.44º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D3CBF is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 60 191 -
CMYK 0.43 0.69 0 0.25
HSL 262.44º 0.52% 0.49% -
HSV(B) 262.44º 0.69% 0.75% -
XYZ 17.33 10.24 50.35 -
YUV 89.59 185.23 141.85 -
System Red Green Blue C M Y K H S L
Decimal 109 60 191 0.43 0.69 0 0.25 262.44 0.52 0.49
Hex 6D 3C BF 2B 45 0 19 106 34 31
Octal 155 74 277 53 105 0 31 406 64 61
Binary 1101101 111100 10111111 101011 1000101 0 11001 100000110 110100 110001

Color Harmonies of #6D3CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3CBF

Black with #6D3CBF

Text Example


Text Example

White with #6D3CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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