Html Css Color HEX #530CBA Purple Heart

📋 copy color: '#530CBA'

red 83 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #530CBA

Tints of Purple Heart #530CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

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

R = 29.54%
G = 4.27%
B = 66.19%

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

#530CBA (or 0x530CBA) is known color: Purple Heart. HEX triplet: 53, 0C and BA. RGB value is (83,12,186). Sum of RGB (Red+Green+Blue) = 83+12+186=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #530CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CBA is #ACF345. Grayscale: #343434. Windows color (decimal): -11334470 or 12192851. OLE color: 12192851.

HSL color Cylindrical-coordinate representation of color #530CBA: hue angle of 264.48º degrees, saturation: 0.88, 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 #530CBA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 12 186 -
CMYK 0.55 0.94 0 0.27
HSL 264.48º 0.88% 0.39% -
HSV(B) 264.48º 0.94% 0.73% -
XYZ 12.56 5.65 46.88 -
YUV 53.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 83 12 186 0.55 0.94 0 0.27 264.48 0.88 0.39
Hex 53 C BA 37 5E 0 1B 108 58 27
Octal 123 14 272 67 136 0 33 410 130 47
Binary 1010011 1100 10111010 110111 1011110 0 11011 100001000 1011000 100111

Color Harmonies of #530CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CBA

Black with #530CBA

Text Example


Text Example

White with #530CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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