Html Css Color HEX #6528BC Purple Heart

📋 copy color: '#6528BC'

red 101 ◦ green 40 ◦ blue 188

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

Shades of Purple Heart #6528BC

Tints of Purple Heart #6528BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

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

R = 30.7%
G = 12.16%
B = 57.14%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6528BC (or 0x6528BC) is known color: Purple Heart. HEX triplet: 65, 28 and BC. RGB value is (101,40,188). Sum of RGB (Red+Green+Blue) = 101+40+188=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #6528BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6528BC is #9AD743. Grayscale: #4A4A4A. Windows color (decimal): -10147652 or 12331109. OLE color: 12331109.

HSL color Cylindrical-coordinate representation of color #6528BC: hue angle of 264.73º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6528BC is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 40 188 -
CMYK 0.46 0.79 0 0.26
HSL 264.73º 0.65% 0.45% -
HSV(B) 264.73º 0.79% 0.74% -
XYZ 15.2 7.92 48.3 -
YUV 75.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 101 40 188 0.46 0.79 0 0.26 264.73 0.65 0.45
Hex 65 28 BC 2E 4F 0 1A 109 41 2D
Octal 145 50 274 56 117 0 32 411 101 55
Binary 1100101 101000 10111100 101110 1001111 0 11010 100001001 1000001 101101

Color Harmonies of #6528BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6528BC

Black with #6528BC

Text Example


Text Example

White with #6528BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6528BC; }

 p { color: rgb(101,40,188); }

 H1.HeaderClassName
 {
   color: #6528BC;
 }
 .AnyTagClassName
 {
   color: #6528BC;
 }
</style>

background-color css

<style>
 a { background-color: #6528BC; }

 a { background-color: rgb(101,40,188); }

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

border-color css

<style>
 span { border-color: #6528BC; }

 span { border-color: rgb(101,40,188); }

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