Html Css Color HEX #6D38BC Purple Heart

📋 copy color: '#6D38BC'

red 109 ◦ green 56 ◦ blue 188

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

Shades of Purple Heart #6D38BC

Tints of Purple Heart #6D38BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.86%

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 30.88%
G = 15.86%
B = 53.26%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D38BC (or 0x6D38BC) is known color: Purple Heart. HEX triplet: 6D, 38 and BC. RGB value is (109,56,188). Sum of RGB (Red+Green+Blue) = 109+56+188=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D38BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D38BC is #92C743. Grayscale: #565656. Windows color (decimal): -9619268 or 12335213. OLE color: 12335213.

HSL color Cylindrical-coordinate representation of color #6D38BC: hue angle of 264.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D38BC is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 56 188 -
CMYK 0.42 0.70 0 0.26
HSL 264.09º 0.54% 0.48% -
HSV(B) 264.09º 0.7% 0.74% -
XYZ 16.8 9.71 48.57 -
YUV 86.9 185.06 143.77 -
System Red Green Blue C M Y K H S L
Decimal 109 56 188 0.42 0.70 0 0.26 264.09 0.54 0.48
Hex 6D 38 BC 2A 46 0 1A 108 36 30
Octal 155 70 274 52 106 0 32 410 66 60
Binary 1101101 111000 10111100 101010 1000110 0 11010 100001000 110110 110000

Color Harmonies of #6D38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D38BC

Black with #6D38BC

Text Example


Text Example

White with #6D38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,56,188); }

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

background-color css

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

 a { background-color: rgb(109,56,188); }

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

border-color css

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

 span { border-color: rgb(109,56,188); }

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