Html Css Color HEX #6D28BC Purple Heart

📋 copy color: '#6D28BC'

red 109 ◦ green 40 ◦ blue 188

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

Shades of Purple Heart #6D28BC

Tints of Purple Heart #6D28BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

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

R = 32.34%
G = 11.87%
B = 55.79%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D28BC (or 0x6D28BC) is known color: Purple Heart. HEX triplet: 6D, 28 and BC. RGB value is (109,40,188). Sum of RGB (Red+Green+Blue) = 109+40+188=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D28BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D28BC is #92D743. Grayscale: #4C4C4C. Windows color (decimal): -9623364 or 12331117. OLE color: 12331117.

HSL color Cylindrical-coordinate representation of color #6D28BC: hue angle of 267.97º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D28BC is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 40 188 -
CMYK 0.42 0.79 0 0.26
HSL 267.97º 0.65% 0.45% -
HSV(B) 267.97º 0.79% 0.74% -
XYZ 16.14 8.4 48.35 -
YUV 77.5 190.36 150.47 -
System Red Green Blue C M Y K H S L
Decimal 109 40 188 0.42 0.79 0 0.26 267.97 0.65 0.45
Hex 6D 28 BC 2A 4F 0 1A 10C 41 2D
Octal 155 50 274 52 117 0 32 414 101 55
Binary 1101101 101000 10111100 101010 1001111 0 11010 100001100 1000001 101101

Color Harmonies of #6D28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D28BC

Black with #6D28BC

Text Example


Text Example

White with #6D28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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