Html Css Color HEX #5308BC Purple Heart

📋 copy color: '#5308BC'

red 83 ◦ green 8 ◦ blue 188

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

Shades of Purple Heart #5308BC

Tints of Purple Heart #5308BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

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

R = 29.75%
G = 2.87%
B = 67.38%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5308BC (or 0x5308BC) is known color: Purple Heart. HEX triplet: 53, 08 and BC. RGB value is (83,8,188). Sum of RGB (Red+Green+Blue) = 83+8+188=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #5308BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5308BC is #ACF743. Grayscale: #323232. Windows color (decimal): -11335492 or 12322899. OLE color: 12322899.

HSL color Cylindrical-coordinate representation of color #5308BC: hue angle of 265º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5308BC is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 8 188 -
CMYK 0.56 0.96 0 0.26
HSL 265º 0.92% 0.38% -
HSV(B) 265º 0.96% 0.74% -
XYZ 12.73 5.64 48 -
YUV 50.95 205.35 150.86 -
System Red Green Blue C M Y K H S L
Decimal 83 8 188 0.56 0.96 0 0.26 265 0.92 0.38
Hex 53 8 BC 38 60 0 1A 109 5C 26
Octal 123 10 274 70 140 0 32 411 134 46
Binary 1010011 1000 10111100 111000 1100000 0 11010 100001001 1011100 100110

Color Harmonies of #5308BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308BC

Black with #5308BC

Text Example


Text Example

White with #5308BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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