Html Css Color HEX #6D25BA Purple Heart

📋 copy color: '#6D25BA'

red 109 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #6D25BA

Tints of Purple Heart #6D25BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 32.83%
G = 11.14%
B = 56.02%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D25BA (or 0x6D25BA) is known color: Purple Heart. HEX triplet: 6D, 25 and BA. RGB value is (109,37,186). Sum of RGB (Red+Green+Blue) = 109+37+186=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D25BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D25BA is #92DA45. Grayscale: #4A4A4A. Windows color (decimal): -9624134 or 12199277. OLE color: 12199277.

HSL color Cylindrical-coordinate representation of color #6D25BA: hue angle of 268.99º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D25BA is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 37 186 -
CMYK 0.41 0.80 0 0.27
HSL 268.99º 0.67% 0.44% -
HSV(B) 268.99º 0.8% 0.73% -
XYZ 15.83 8.12 47.19 -
YUV 75.51 190.35 151.88 -
System Red Green Blue C M Y K H S L
Decimal 109 37 186 0.41 0.80 0 0.27 268.99 0.67 0.44
Hex 6D 25 BA 29 50 0 1B 10D 43 2C
Octal 155 45 272 51 120 0 33 415 103 54
Binary 1101101 100101 10111010 101001 1010000 0 11011 100001101 1000011 101100

Color Harmonies of #6D25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D25BA

Black with #6D25BA

Text Example


Text Example

White with #6D25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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