Html Css Color HEX #6525BE Purple Heart

📋 copy color: '#6525BE'

red 101 ◦ green 37 ◦ blue 190

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

Shades of Purple Heart #6525BE

Tints of Purple Heart #6525BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.93%

R = 30.79%
G = 11.28%
B = 57.93%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6525BE (or 0x6525BE) is known color: Purple Heart. HEX triplet: 65, 25 and BE. RGB value is (101,37,190). Sum of RGB (Red+Green+Blue) = 101+37+190=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #6525BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6525BE is #9ADA41. Grayscale: #494949. Windows color (decimal): -10148418 or 12461413. OLE color: 12461413.

HSL color Cylindrical-coordinate representation of color #6525BE: hue angle of 265.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6525BE is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 37 190 -
CMYK 0.47 0.81 0 0.25
HSL 265.1º 0.67% 0.45% -
HSV(B) 265.1º 0.81% 0.75% -
XYZ 15.32 7.81 49.41 -
YUV 73.58 193.7 147.56 -
System Red Green Blue C M Y K H S L
Decimal 101 37 190 0.47 0.81 0 0.25 265.1 0.67 0.45
Hex 65 25 BE 2F 51 0 19 109 43 2D
Octal 145 45 276 57 121 0 31 411 103 55
Binary 1100101 100101 10111110 101111 1010001 0 11001 100001001 1000011 101101

Color Harmonies of #6525BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6525BE

Black with #6525BE

Text Example


Text Example

White with #6525BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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