Html Css Color HEX #530FBD Purple Heart

📋 copy color: '#530FBD'

red 83 ◦ green 15 ◦ blue 189

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

Shades of Purple Heart #530FBD

Tints of Purple Heart #530FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.85%

R = 28.92%
G = 5.23%
B = 65.85%

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

#530FBD (or 0x530FBD) is known color: Purple Heart. HEX triplet: 53, 0F and BD. RGB value is (83,15,189). Sum of RGB (Red+Green+Blue) = 83+15+189=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #530FBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530FBD is #ACF042. Grayscale: #363636. Windows color (decimal): -11333699 or 12390227. OLE color: 12390227.

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

Color convert

RGB 83 15 189 -
CMYK 0.56 0.92 0 0.26
HSL 263.45º 0.85% 0.4% -
HSV(B) 263.45º 0.92% 0.74% -
XYZ 12.92 5.85 48.59 -
YUV 55.17 203.53 147.85 -
System Red Green Blue C M Y K H S L
Decimal 83 15 189 0.56 0.92 0 0.26 263.45 0.85 0.4
Hex 53 F BD 38 5C 0 1A 107 55 28
Octal 123 17 275 70 134 0 32 407 125 50
Binary 1010011 1111 10111101 111000 1011100 0 11010 100000111 1010101 101000

Color Harmonies of #530FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530FBD

Black with #530FBD

Text Example


Text Example

White with #530FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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