Html Css Color HEX #6D25AB Purple Heart

📋 copy color: '#6D25AB'

red 109 ◦ green 37 ◦ blue 171

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

Shades of Purple Heart #6D25AB

Tints of Purple Heart #6D25AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 34.38%
G = 11.67%
B = 53.94%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D25AB (or 0x6D25AB) is known color: Purple Heart. HEX triplet: 6D, 25 and AB. RGB value is (109,37,171). Sum of RGB (Red+Green+Blue) = 109+37+171=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D25AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D25AB is #92DA54. Grayscale: #494949. Windows color (decimal): -9624149 or 11216237. OLE color: 11216237.

HSL color Cylindrical-coordinate representation of color #6D25AB: hue angle of 272.24º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D25AB is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 37 171 -
CMYK 0.36 0.78 0 0.33
HSL 272.24º 0.64% 0.41% -
HSV(B) 272.24º 0.78% 0.67% -
XYZ 14.32 7.51 39.22 -
YUV 73.8 182.85 153.1 -
System Red Green Blue C M Y K H S L
Decimal 109 37 171 0.36 0.78 0 0.33 272.24 0.64 0.41
Hex 6D 25 AB 24 4E 0 21 110 40 29
Octal 155 45 253 44 116 0 41 420 100 51
Binary 1101101 100101 10101011 100100 1001110 0 100001 100010000 1000000 101001

Color Harmonies of #6D25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D25AB

Black with #6D25AB

Text Example


Text Example

White with #6D25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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