Html Css Color HEX #6526BC Purple Heart

📋 copy color: '#6526BC'

red 101 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #6526BC

Tints of Purple Heart #6526BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.62%

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

R = 30.89%
G = 11.62%
B = 57.49%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6526BC (or 0x6526BC) is known color: Purple Heart. HEX triplet: 65, 26 and BC. RGB value is (101,38,188). Sum of RGB (Red+Green+Blue) = 101+38+188=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #6526BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6526BC is #9AD943. Grayscale: #494949. Windows color (decimal): -10148164 or 12330597. OLE color: 12330597.

HSL color Cylindrical-coordinate representation of color #6526BC: hue angle of 265.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6526BC is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 38 188 -
CMYK 0.46 0.80 0 0.26
HSL 265.2º 0.66% 0.44% -
HSV(B) 265.2º 0.8% 0.74% -
XYZ 15.14 7.78 48.28 -
YUV 73.94 192.37 147.3 -
System Red Green Blue C M Y K H S L
Decimal 101 38 188 0.46 0.80 0 0.26 265.2 0.66 0.44
Hex 65 26 BC 2E 50 0 1A 109 42 2C
Octal 145 46 274 56 120 0 32 411 102 54
Binary 1100101 100110 10111100 101110 1010000 0 11010 100001001 1000010 101100

Color Harmonies of #6526BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6526BC

Black with #6526BC

Text Example


Text Example

White with #6526BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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