Html Css Color HEX #6D33BE Purple Heart

📋 copy color: '#6D33BE'

red 109 ◦ green 51 ◦ blue 190

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

Shades of Purple Heart #6D33BE

Tints of Purple Heart #6D33BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 31.14%
G = 14.57%
B = 54.29%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D33BE (or 0x6D33BE) is known color: Purple Heart. HEX triplet: 6D, 33 and BE. RGB value is (109,51,190). Sum of RGB (Red+Green+Blue) = 109+51+190=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D33BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D33BE is #92CC41. Grayscale: #535353. Windows color (decimal): -9620546 or 12465005. OLE color: 12465005.

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

Color convert

RGB 109 51 190 -
CMYK 0.43 0.73 0 0.25
HSL 265.04º 0.58% 0.47% -
HSV(B) 265.04º 0.73% 0.75% -
XYZ 16.78 9.34 49.63 -
YUV 84.19 187.72 145.7 -
System Red Green Blue C M Y K H S L
Decimal 109 51 190 0.43 0.73 0 0.25 265.04 0.58 0.47
Hex 6D 33 BE 2B 49 0 19 109 3A 2F
Octal 155 63 276 53 111 0 31 411 72 57
Binary 1101101 110011 10111110 101011 1001001 0 11001 100001001 111010 101111

Color Harmonies of #6D33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D33BE

Black with #6D33BE

Text Example


Text Example

White with #6D33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,51,190); }

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

background-color css

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

 a { background-color: rgb(109,51,190); }

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

border-color css

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

 span { border-color: rgb(109,51,190); }

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