Html Css Color HEX #5326BC Purple Heart

📋 copy color: '#5326BC'

red 83 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #5326BC

Tints of Purple Heart #5326BC

RGB

 RED value IS 83 (32.81% from 255) = 26.86%

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

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

R = 26.86%
G = 12.3%
B = 60.84%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5326BC (or 0x5326BC) is known color: Purple Heart. HEX triplet: 53, 26 and BC. RGB value is (83,38,188). Sum of RGB (Red+Green+Blue) = 83+38+188=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #5326BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5326BC is #ACD943. Grayscale: #444444. Windows color (decimal): -11327812 or 12330579. OLE color: 12330579.

HSL color Cylindrical-coordinate representation of color #5326BC: hue angle of 258º 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 #5326BC is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 38 188 -
CMYK 0.56 0.80 0 0.26
HSL 258º 0.66% 0.44% -
HSV(B) 258º 0.8% 0.74% -
XYZ 13.34 6.86 48.2 -
YUV 68.56 195.41 138.3 -
System Red Green Blue C M Y K H S L
Decimal 83 38 188 0.56 0.80 0 0.26 258 0.66 0.44
Hex 53 26 BC 38 50 0 1A 102 42 2C
Octal 123 46 274 70 120 0 32 402 102 54
Binary 1010011 100110 10111100 111000 1010000 0 11010 100000010 1000010 101100

Color Harmonies of #5326BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5326BC

Black with #5326BC

Text Example


Text Example

White with #5326BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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