Html Css Color HEX #6C25AD Purple Heart

📋 copy color: '#6C25AD'

red 108 ◦ green 37 ◦ blue 173

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

Shades of Purple Heart #6C25AD

Tints of Purple Heart #6C25AD

RGB

 RED value IS 108 (42.58% from 255) = 33.96%

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

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

R = 33.96%
G = 11.64%
B = 54.4%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C25AD (or 0x6C25AD) is known color: Purple Heart. HEX triplet: 6C, 25 and AD. RGB value is (108,37,173). Sum of RGB (Red+Green+Blue) = 108+37+173=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C25AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C25AD is #93DA52. Grayscale: #494949. Windows color (decimal): -9689683 or 11347308. OLE color: 11347308.

HSL color Cylindrical-coordinate representation of color #6C25AD: hue angle of 271.32º 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 #6C25AD is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 37 173 -
CMYK 0.38 0.79 0 0.32
HSL 271.32º 0.65% 0.41% -
HSV(B) 271.32º 0.79% 0.68% -
XYZ 14.39 7.53 40.23 -
YUV 73.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 108 37 173 0.38 0.79 0 0.32 271.32 0.65 0.41
Hex 6C 25 AD 26 4F 0 20 10F 41 29
Octal 154 45 255 46 117 0 40 417 101 51
Binary 1101100 100101 10101101 100110 1001111 0 100000 100001111 1000001 101001

Color Harmonies of #6C25AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C25AD

Black with #6C25AD

Text Example


Text Example

White with #6C25AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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