Html Css Color HEX #530FBC Purple Heart

📋 copy color: '#530FBC'

red 83 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #530FBC

Tints of Purple Heart #530FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.24%

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

R = 29.02%
G = 5.24%
B = 65.73%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#530FBC (or 0x530FBC) is known color: Purple Heart. HEX triplet: 53, 0F and BC. RGB value is (83,15,188). Sum of RGB (Red+Green+Blue) = 83+15+188=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #530FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530FBC is #ACF043. Grayscale: #363636. Windows color (decimal): -11333700 or 12324691. OLE color: 12324691.

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

Color convert

RGB 83 15 188 -
CMYK 0.56 0.92 0 0.26
HSL 263.58º 0.85% 0.4% -
HSV(B) 263.58º 0.92% 0.74% -
XYZ 12.82 5.81 48.02 -
YUV 55.05 203.03 147.93 -
System Red Green Blue C M Y K H S L
Decimal 83 15 188 0.56 0.92 0 0.26 263.58 0.85 0.4
Hex 53 F BC 38 5C 0 1A 108 55 28
Octal 123 17 274 70 134 0 32 410 125 50
Binary 1010011 1111 10111100 111000 1011100 0 11010 100001000 1010101 101000

Color Harmonies of #530FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530FBC

Black with #530FBC

Text Example


Text Example

White with #530FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530FBC; }

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

 H1.HeaderClassName
 {
   color: #530FBC;
 }
 .AnyTagClassName
 {
   color: #530FBC;
 }
</style>

background-color css

<style>
 a { background-color: #530FBC; }

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

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

border-color css

<style>
 span { border-color: #530FBC; }

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

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