Html Css Color HEX #530BBA Purple Heart

📋 copy color: '#530BBA'

red 83 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #530BBA

Tints of Purple Heart #530BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.93%

 BLUE value IS 186 (73.05% from 255) = 66.43%

R = 29.64%
G = 3.93%
B = 66.43%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#530BBA (or 0x530BBA) is known color: Purple Heart. HEX triplet: 53, 0B and BA. RGB value is (83,11,186). Sum of RGB (Red+Green+Blue) = 83+11+186=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #530BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BBA is #ACF445. Grayscale: #333333. Windows color (decimal): -11334726 or 12192595. OLE color: 12192595.

HSL color Cylindrical-coordinate representation of color #530BBA: hue angle of 264.69º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530BBA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 11 186 -
CMYK 0.55 0.94 0 0.27
HSL 264.69º 0.89% 0.39% -
HSV(B) 264.69º 0.94% 0.73% -
XYZ 12.55 5.62 46.88 -
YUV 52.48 203.35 149.77 -
System Red Green Blue C M Y K H S L
Decimal 83 11 186 0.55 0.94 0 0.27 264.69 0.89 0.39
Hex 53 B BA 37 5E 0 1B 109 59 27
Octal 123 13 272 67 136 0 33 411 131 47
Binary 1010011 1011 10111010 110111 1011110 0 11011 100001001 1011001 100111

Color Harmonies of #530BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BBA

Black with #530BBA

Text Example


Text Example

White with #530BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,11,186); }

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

background-color css

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

 a { background-color: rgb(83,11,186); }

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

border-color css

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

 span { border-color: rgb(83,11,186); }

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