Html Css Color HEX #6525BA Purple Heart

📋 copy color: '#6525BA'

red 101 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #6525BA

Tints of Purple Heart #6525BA

RGB

 RED value IS 101 (39.84% from 255) = 31.17%

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

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

R = 31.17%
G = 11.42%
B = 57.41%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6525BA (or 0x6525BA) is known color: Purple Heart. HEX triplet: 65, 25 and BA. RGB value is (101,37,186). Sum of RGB (Red+Green+Blue) = 101+37+186=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #6525BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6525BA is #9ADA45. Grayscale: #484848. Windows color (decimal): -10148422 or 12199269. OLE color: 12199269.

HSL color Cylindrical-coordinate representation of color #6525BA: hue angle of 265.77º 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 #6525BA is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 37 186 -
CMYK 0.46 0.80 0 0.27
HSL 265.77º 0.67% 0.44% -
HSV(B) 265.77º 0.8% 0.73% -
XYZ 14.89 7.64 47.14 -
YUV 73.12 191.7 147.88 -
System Red Green Blue C M Y K H S L
Decimal 101 37 186 0.46 0.80 0 0.27 265.77 0.67 0.44
Hex 65 25 BA 2E 50 0 1B 10A 43 2C
Octal 145 45 272 56 120 0 33 412 103 54
Binary 1100101 100101 10111010 101110 1010000 0 11011 100001010 1000011 101100

Color Harmonies of #6525BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6525BA

Black with #6525BA

Text Example


Text Example

White with #6525BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6525BA; }

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

 H1.HeaderClassName
 {
   color: #6525BA;
 }
 .AnyTagClassName
 {
   color: #6525BA;
 }
</style>

background-color css

<style>
 a { background-color: #6525BA; }

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

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

border-color css

<style>
 span { border-color: #6525BA; }

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

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