Html Css Color HEX #6529BE Purple Heart

📋 copy color: '#6529BE'

red 101 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #6529BE

Tints of Purple Heart #6529BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

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

R = 30.42%
G = 12.35%
B = 57.23%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6529BE (or 0x6529BE) is known color: Purple Heart. HEX triplet: 65, 29 and BE. RGB value is (101,41,190). Sum of RGB (Red+Green+Blue) = 101+41+190=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #6529BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6529BE is #9AD641. Grayscale: #4B4B4B. Windows color (decimal): -10147394 or 12462437. OLE color: 12462437.

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

Color convert

RGB 101 41 190 -
CMYK 0.47 0.78 0 0.25
HSL 264.16º 0.65% 0.45% -
HSV(B) 264.16º 0.78% 0.75% -
XYZ 15.45 8.07 49.46 -
YUV 75.93 192.38 145.88 -
System Red Green Blue C M Y K H S L
Decimal 101 41 190 0.47 0.78 0 0.25 264.16 0.65 0.45
Hex 65 29 BE 2F 4E 0 19 108 41 2D
Octal 145 51 276 57 116 0 31 410 101 55
Binary 1100101 101001 10111110 101111 1001110 0 11001 100001000 1000001 101101

Color Harmonies of #6529BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6529BE

Black with #6529BE

Text Example


Text Example

White with #6529BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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