Html Css Color HEX #6D25BC Purple Heart

📋 copy color: '#6D25BC'

red 109 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #6D25BC

Tints of Purple Heart #6D25BC

RGB

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

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

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

R = 32.63%
G = 11.08%
B = 56.29%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D25BC (or 0x6D25BC) is known color: Purple Heart. HEX triplet: 6D, 25 and BC. RGB value is (109,37,188). Sum of RGB (Red+Green+Blue) = 109+37+188=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D25BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D25BC is #92DA43. Grayscale: #4B4B4B. Windows color (decimal): -9624132 or 12330349. OLE color: 12330349.

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

Color convert

RGB 109 37 188 -
CMYK 0.42 0.80 0 0.26
HSL 268.61º 0.67% 0.44% -
HSV(B) 268.61º 0.8% 0.74% -
XYZ 16.05 8.21 48.32 -
YUV 75.74 191.35 151.72 -
System Red Green Blue C M Y K H S L
Decimal 109 37 188 0.42 0.80 0 0.26 268.61 0.67 0.44
Hex 6D 25 BC 2A 50 0 1A 10D 43 2C
Octal 155 45 274 52 120 0 32 415 103 54
Binary 1101101 100101 10111100 101010 1010000 0 11010 100001101 1000011 101100

Color Harmonies of #6D25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D25BC

Black with #6D25BC

Text Example


Text Example

White with #6D25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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