Html Css Color HEX #6D25AD Purple Heart

📋 copy color: '#6D25AD'

red 109 ◦ green 37 ◦ blue 173

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

Shades of Purple Heart #6D25AD

Tints of Purple Heart #6D25AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.6%

 BLUE value IS 173 (67.97% from 255) = 54.23%

R = 34.17%
G = 11.6%
B = 54.23%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D25AD (or 0x6D25AD) is known color: Purple Heart. HEX triplet: 6D, 25 and AD. RGB value is (109,37,173). Sum of RGB (Red+Green+Blue) = 109+37+173=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D25AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D25AD is #92DA52. Grayscale: #494949. Windows color (decimal): -9624147 or 11347309. OLE color: 11347309.

HSL color Cylindrical-coordinate representation of color #6D25AD: hue angle of 271.76º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D25AD is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 37 173 -
CMYK 0.37 0.79 0 0.32
HSL 271.76º 0.65% 0.41% -
HSV(B) 271.76º 0.79% 0.68% -
XYZ 14.51 7.59 40.24 -
YUV 74.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 109 37 173 0.37 0.79 0 0.32 271.76 0.65 0.41
Hex 6D 25 AD 25 4F 0 20 110 41 29
Octal 155 45 255 45 117 0 40 420 101 51
Binary 1101101 100101 10101101 100101 1001111 0 100000 100010000 1000001 101001

Color Harmonies of #6D25AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D25AD

Black with #6D25AD

Text Example


Text Example

White with #6D25AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,37,173); }

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

background-color css

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

 a { background-color: rgb(109,37,173); }

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

border-color css

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

 span { border-color: rgb(109,37,173); }

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